Skip to content

Commit

Permalink
V2.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Aksoy committed Jul 25, 2024
1 parent 634557c commit 6c01bf1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,18 @@ TCDD bilet yer kontrol programi sayesinde tcdd sitesine surekli girmek zorunda k

## Indir

[![Download - v2.3](https://img.shields.io/static/v1?label=Download&message=v2.3&color=2ea44f)](https://github.com/mcagriaksoy/tcdd-bilet-yer-kontrol/releases/download/v2.3/TCDD.Bilet.Bulma.Botu.v2.3.zip)
[![Download - v2.4](https://img.shields.io/static/v1?label=Download&message=v2.4&color=2ea44f)](https://github.com/mcagriaksoy/tcdd-bilet-yer-kontrol/releases/download/v2.4/TCDD.Bilet.Bulma.Botu.v2.4.zip)


## Versionlar
v2.4

- Takvimden kaynaklanan bir sorun cozuldu.

Yeni UI:

![Screenshot](https://github.com/mcagriaksoy/tcdd-bilet-yer-kontrol/blob/master/img/Screenshot_2.jpg)

v2.3

Bircok Edge webdriver sorunu cozuldu.
Expand Down
Binary file added img/Screenshot_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def control(driver, time, delay_time, telegram_msg, bot_token, chat_id, ses):
if telegram_msg:
TelegramMsg.TelegramMsg().send_telegram_message(bot_token, chat_id)
"""

# Make popup always on top
sg.Popup(
"Hey Orada mısın? Biletin bulundu. Satın alabilirsin ❤️❤️❤️❤️",
keep_on_top=True,
Expand Down Expand Up @@ -138,7 +140,7 @@ def control(driver, time, delay_time, telegram_msg, bot_token, chat_id, ses):
"Takvim",
target="tarih",
format="%d.%m.%Y",
default_date_m_d_y=(day, month, year),
default_date_m_d_y=(int(month), int(day), int(year)),
),
sg.Input(key="tarih", size=(20, 1), default_text=currentDate),
],
Expand Down

0 comments on commit 6c01bf1

Please sign in to comment.