add line break at end lol
This commit is contained in:
parent
8528b59c69
commit
17a94bdf8c
|
@ -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)
|
||||
|
|
Reference in New Issue