lint
This commit is contained in:
parent
be91d21e68
commit
bf05f60cc1
1 changed files with 2 additions and 2 deletions
2
main.py
2
main.py
|
@ -146,7 +146,7 @@ class Map:
|
||||||
if key.char == '?':
|
if key.char == '?':
|
||||||
os.system('clear')
|
os.system('clear')
|
||||||
print(help)
|
print(help)
|
||||||
response = input('Back to the game? Press any key to contiue: ')
|
input('Back to the game? Press any key to contiue: ')
|
||||||
os.system('clear')
|
os.system('clear')
|
||||||
|
|
||||||
if (self.total_win and self.win) or self.lose:
|
if (self.total_win and self.win) or self.lose:
|
||||||
|
|
Loading…
Reference in a new issue