DERP DERP DERP DERP i need to sleep

pull/4/head
Blake DeMarcy 2017-04-13 14:25:34 -05:00
parent 9ce8295f52
commit fe98000d36
1 changed files with 1 additions and 1 deletions

View File

@ -1635,8 +1635,8 @@ def main():
print(welcome) print(welcome)
try: try:
log_in() log_in()
app.loop.run()
app.index() app.index()
app.loop.run()
except (InterruptedError, KeyboardInterrupt): except (InterruptedError, KeyboardInterrupt):
frilly_exit() frilly_exit()