mirror of
https://github.com/assenzostefano/notify-game-epicgames.git
synced 2025-01-06 21:01:47 +01:00
Fix little bug
This commit is contained in:
parent
87145d1058
commit
3948a787a4
1
index.py
1
index.py
@ -29,6 +29,7 @@ def send_notification2():
|
|||||||
toast.show_toast(title="New games!", msg="The new game is: " + current_games_title2 , icon_path=filename,duration=10,threaded=False)
|
toast.show_toast(title="New games!", msg="The new game is: " + current_games_title2 , icon_path=filename,duration=10,threaded=False)
|
||||||
with open('game2.txt', 'w') as f:
|
with open('game2.txt', 'w') as f:
|
||||||
f.write(current_games_title2)
|
f.write(current_games_title2)
|
||||||
|
recheck_game()
|
||||||
|
|
||||||
|
|
||||||
def check_game():
|
def check_game():
|
||||||
|
Loading…
Reference in New Issue
Block a user