From 3948a787a466dff3271ed65fd6db800b222c024f Mon Sep 17 00:00:00 2001 From: Stefano Assenzo Date: Thu, 25 Aug 2022 17:44:18 +0200 Subject: [PATCH] Fix little bug --- index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/index.py b/index.py index 2643a00..db88eb5 100644 --- a/index.py +++ b/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) with open('game2.txt', 'w') as f: f.write(current_games_title2) + recheck_game() def check_game():