freaking out because git actually spoke to me
parent
e4b49f11fc
commit
7e09433457
|
@ -1407,7 +1407,7 @@ def frilly_exit():
|
||||||
# sometimes this gets called before the loop is set up properly
|
# sometimes this gets called before the loop is set up properly
|
||||||
try: app.loop.stop()
|
try: app.loop.stop()
|
||||||
except: pass
|
except: pass
|
||||||
if app.prefs["dramatic_exit"]:
|
if app.prefs["dramatic_exit"] and app.loop.screen_size:
|
||||||
width, height = app.loop.screen_size
|
width, height = app.loop.screen_size
|
||||||
for x in range(height - 1):
|
for x in range(height - 1):
|
||||||
motherfucking_rainbows(
|
motherfucking_rainbows(
|
||||||
|
|
Loading…
Reference in New Issue