add line break at end lol

This commit is contained in:
2021-03-23 17:24:46 +01:00
parent 8528b59c69
commit 17a94bdf8c
+2 -2
View File
@@ -148,7 +148,7 @@ class Game:
def abort_game(self):
"""Abort game and reset attributes to their default state.
If a /logs subfolder exists, also logs the current game log
to a file before aborting."""
try:
@@ -242,4 +242,4 @@ class Game:
print("Solving times:")
for i in range(len(self.solving_times)):
print("{}: ".format(self.level_log[i]), end="")
self.print_time(self.solving_times[i], True)
self.print_time(self.solving_times[i], True)