mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Set mandatory=True when updating buffers automatically to bypass 180 secs restriction
This commit is contained in:
parent
0835a34c71
commit
ac5daec462
@ -1616,7 +1616,7 @@ class Controller(object):
|
||||
for i in self.buffers[:]:
|
||||
if i.session != None and i.session.is_logged == True:
|
||||
try:
|
||||
i.start_stream()
|
||||
i.start_stream(mandatory=True)
|
||||
except TwythonAuthError:
|
||||
buff = self.view.search(i.name, i.account)
|
||||
i.remove_buffer(force=True)
|
||||
|
Loading…
Reference in New Issue
Block a user