mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 13:46:07 -04:00
The updater system is executed at the startup
This commit is contained in:
@@ -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":
|
||||
|
Reference in New Issue
Block a user