From 0211f8aa60331384a4a3774f9793eb68ed87ee1e Mon Sep 17 00:00:00 2001 From: Adriel <NuquiA@cardiff.ac.uk> Date: Wed, 26 Oct 2022 15:13:57 +0100 Subject: [PATCH] Leaderboard fix --- Group_game/leaderboard.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Group_game/leaderboard.py b/Group_game/leaderboard.py index 8169c0e..cae6396 100644 --- a/Group_game/leaderboard.py +++ b/Group_game/leaderboard.py @@ -69,10 +69,11 @@ def append_leaderboard(seconds_used,filename): #time_used = 20 minutes - time r userinput = userinput.lower() if userinput == 'yes': view_leaderboard(filename) + print('Returning back to the game...') elif userinput == 'no': print("Continuing back into the game...") - print('Returning back to the game...') + #Returns back to game.py -append_leaderboard(932, 'Times.csv') + -- GitLab