Update terminis.py

This commit is contained in:
adrienmalin 2019-02-11 20:27:42 +01:00
parent bfd70d443a
commit 4c04256583

View File

@ -645,7 +645,7 @@ class Game:
try:
key = self.scr.getkey()
except curses.error:
return
continue
else:
if key == self.config.get("CONTROLS", "QUIT"):
self.quit()