Fix little bug

This commit is contained in:
Stefano Assenzo 2022-08-25 17:44:18 +02:00
parent 87145d1058
commit 3948a787a4

View File

@ -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)
with open('game2.txt', 'w') as f:
f.write(current_games_title2)
recheck_game()
def check_game():