aboutsummaryrefslogtreecommitdiffstats
path: root/clients/urwid/main.py
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-13 14:23:42 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-13 14:23:42 -0500
commit9ce8295f52ee0c6a95596653454e16392a8efe28 (patch)
tree22d46ffcf3724f8b89b63f082f81e477a84745b8 /clients/urwid/main.py
parent9001c3b029b263a035b70e4ffe97ace134514fd9 (diff)
downloadbbj-9ce8295f52ee0c6a95596653454e16392a8efe28.tar.gz
DERP DERP fix anon headers showing even when logged in
Diffstat (limited to 'clients/urwid/main.py')
-rw-r--r--clients/urwid/main.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/clients/urwid/main.py b/clients/urwid/main.py
index f8063eb..9eee9cf 100644
--- a/clients/urwid/main.py
+++ b/clients/urwid/main.py
@@ -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()
Un proyecto texto-plano.xyz