summaryrefslogtreecommitdiffstats
path: root/gallery_dl/oauth.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/oauth.py')
-rw-r--r--gallery_dl/oauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/oauth.py b/gallery_dl/oauth.py
index 8a12755..69ab4f6 100644
--- a/gallery_dl/oauth.py
+++ b/gallery_dl/oauth.py
@@ -127,6 +127,6 @@ class OAuth1API():
self.api_key = api_key
def request(self, url, method="GET", **kwargs):
- kwargs["fatal"] = False
+ kwargs["fatal"] = None
kwargs["session"] = self.session
return self.extractor.request(url, method, **kwargs)