diff --git a/Group_game/leaderboard.py b/Group_game/leaderboard.py
index 8169c0e8b0d8eba9c2eb9c04fb4b558f8379b14e..cae63964449340055478f161f7cada7f1489d415 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')
+