Fixing streaming
This commit is contained in:
parent
e18bff97d3
commit
c3e84bc8ee
10 changed files with 290 additions and 81 deletions
|
|
@ -46,3 +46,8 @@ class TwythonRateLimitError(TwythonError):
|
|||
if isinstance(retry_after, int):
|
||||
msg = '%s (Retry after %d seconds)' % (msg, retry_after)
|
||||
TwythonError.__init__(self, msg, error_code=error_code)
|
||||
|
||||
|
||||
class TwythonStreamError(TwythonError):
|
||||
"""Test"""
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue