15 bugs have been fixed

This commit is contained in:
2014-11-07 04:29:57 -06:00
parent 1af4a8b291
commit 19a0a69d8c
10 changed files with 26 additions and 193 deletions

View File

@@ -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)