The next generation branch has been added

This commit is contained in:
2014-11-12 20:41:29 -06:00
parent 75f494fc5a
commit f54d9394b7
96 changed files with 2629 additions and 4517 deletions

View File

@@ -124,7 +124,6 @@ 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)