mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
15 bugs have been fixed
This commit is contained in:
@@ -124,6 +124,7 @@ class TwythonStreamer(object):
|
||||
except requests.exceptions.Timeout:
|
||||
self.on_timeout()
|
||||
else:
|
||||
# self.connected = False
|
||||
if response.status_code != 200:
|
||||
self.on_error(response.status_code, response.content)
|
||||
|
||||
|
Reference in New Issue
Block a user