Skip to content

Commit

Permalink
Fully cancel if the story extraction fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kemayo committed Nov 30, 2024
1 parent ffb8e54 commit 91d2c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leech.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def open_story(site, url, session, login, options):
return
if not story:
logger.error("Couldn't extract story")
return
return story


Expand Down

0 comments on commit 91d2c4f

Please sign in to comment.