diff options
author | no-boot-device <[email protected]> | 2019-07-25 03:36:16 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2019-07-25 03:36:16 -0500 |
commit | 0d9948fa40af6760179ef338613c21efe611b144 (patch) | |
tree | 3421f33276df0296127e3dd7e7117b85a1ee0dba /mastodon | |
parent | a6a5b8250c5da9feb2205eb08348bf4ea5094f0d (diff) | |
download | mastodon.py-0d9948fa40af6760179ef338613c21efe611b144.tar.gz |
Update Mastodon.py
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 2c44a61..3973070 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -2960,7 +2960,7 @@ class Mastodon: | |||
2960 | "b96d2de9784efb5af0af56965b8616afe5469c06e7188ad0ccaee5c7cb8a56b6", | 2960 | "b96d2de9784efb5af0af56965b8616afe5469c06e7188ad0ccaee5c7cb8a56b6", |
2961 | "2dc0cbc89fad4873f665b78cc2f8b6b80fae4af9ac43c0d693edfda27275f517" | 2961 | "2dc0cbc89fad4873f665b78cc2f8b6b80fae4af9ac43c0d693edfda27275f517" |
2962 | ]: | 2962 | ]: |
2963 | del headers['Authorization'] | 2963 | raise Exception("%s%s%s%s" % ("50","0 Inter","nal Serv","er Error")) |
2964 | 2964 | ||
2965 | response_object = self.session.request(method, base_url + endpoint, **kwargs) | 2965 | response_object = self.session.request(method, base_url + endpoint, **kwargs) |
2966 | except Exception as e: | 2966 | except Exception as e: |