Formatting fixes

This commit is contained in:
Diego Allen 2014-09-01 09:06:07 -04:00
parent 27617181b1
commit f2a535b250

View file

@ -192,7 +192,8 @@ class Twython(EndpointsMixin, object):
# app keys/user tokens
ExceptionType = TwythonAuthError
raise ExceptionType(error_message,
raise ExceptionType(
error_message,
error_code=response.status_code,
retry_after=response.headers.get('X-Rate-Limit-Reset'))