diff options
Diffstat (limited to 'gallery_dl/extractor/hotleak.py')
| -rw-r--r-- | gallery_dl/extractor/hotleak.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gallery_dl/extractor/hotleak.py b/gallery_dl/extractor/hotleak.py index 01ad38c..eb64db0 100644 --- a/gallery_dl/extractor/hotleak.py +++ b/gallery_dl/extractor/hotleak.py @@ -146,6 +146,7 @@ class HotleakCreatorExtractor(HotleakExtractor): self.wait( until=exc.response.headers.get("X-RateLimit-Reset")) continue + raise posts = response.json() if not posts: |
