[hotleak] fix UnboundLocalError (#3288, #3293)

This commit is contained in:
Mike Fährmann
2022-11-23 22:21:59 +01:00
parent 501d9bccfe
commit 72c5d26e85

View File

@@ -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: