Skip to content

Commit a815cf1

Browse files
committed
Move auto save after trading completed
1 parent 74457a2 commit a815cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

game_menu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def daily_menu(stats):
7171
if result:
7272
end_game(stats)
7373
else:
74+
save_data(stats, False)
7475
daily_menu(stats)
7576
elif user_choice == '8':
7677
help_menu(stats)

0 commit comments

Comments
 (0)