The updater system is executed at the startup

This commit is contained in:
2015-02-22 11:38:22 -06:00
parent e906d04f18
commit 88d7898dba
10 changed files with 30 additions and 26 deletions

View File

@@ -464,7 +464,7 @@ class Controller(object):
msg = messages.viewTweet(non_tweet, False)
def open_timeline(self, *args, **kwargs):
buff = self.get_current_buffer()
buff = self.get_best_buffer()
if not hasattr(buff, "get_right_tweet"): return
tweet = buff.get_right_tweet()
if buff.type != "people":