1
0
Fork 0

add line break at end lol

This commit is contained in:
Lili (Tlapka) 2021-03-23 17:24:46 +01:00
parent 8528b59c69
commit 17a94bdf8c
1 changed files with 2 additions and 2 deletions

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)