projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5e1e30
)
Add missing pass for TwitterServerError
author
Harmon
<Harmon758@gmail.com>
Thu, 17 Jun 2021 00:29:55 +0000
(19:29 -0500)
committer
Harmon
<Harmon758@gmail.com>
Thu, 17 Jun 2021 00:29:55 +0000
(19:29 -0500)
tweepy/errors.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/errors.py
b/tweepy/errors.py
index fe595ec1386fc7cd4c06cf31db4cab273ca65f9a..e258c6af9bb1a8bcb72fac24f8ab3456b1dffa6f 100644
(file)
--- a/
tweepy/errors.py
+++ b/
tweepy/errors.py
@@
-72,3
+72,4
@@
class TooManyRequests(HTTPException):
class TwitterServerError(HTTPException):
"""Exception raised for a 5xx HTTP status code"""
+ pass