mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 03:38:08 -06:00
Fixed a few typos
This commit is contained in:
parent
9559f07013
commit
3db13062ed
@ -397,9 +397,9 @@ class Session(object):
|
|||||||
self.login(False)
|
self.login(False)
|
||||||
if self.reconnection_function_active == True: return
|
if self.reconnection_function_active == True: return
|
||||||
self.reconnection_function_active = True
|
self.reconnection_function_active = True
|
||||||
if not hasattr(self, "main_stream") or not application.streaming_lives():
|
if not hasattr(self, "main_stream") and application.streaming_lives():
|
||||||
self.get_main_stream()
|
self.get_main_stream()
|
||||||
if not hasattr(self, "timelinesStream") or application.streaming_lives():
|
if not hasattr(self, "timelinesStream") and application.streaming_lives():
|
||||||
self.get_timelines()
|
self.get_timelines()
|
||||||
self.counter = 0
|
self.counter = 0
|
||||||
self.reconnection_function_active = False
|
self.reconnection_function_active = False
|
||||||
|
Loading…
Reference in New Issue
Block a user