DERP DERP fix anon headers showing even when logged in

pull/4/head
Blake DeMarcy 2017-04-13 14:23:42 -05:00
parent 9001c3b029
commit 9ce8295f52
1 changed files with 1 additions and 2 deletions

View File

@ -232,8 +232,6 @@ class App(object):
palette=colormap,
handle_mouse=False)
self.index()
def set_header(self, text, *format_specs):
"""
@ -1638,6 +1636,7 @@ def main():
try:
log_in()
app.loop.run()
app.index()
except (InterruptedError, KeyboardInterrupt):
frilly_exit()