1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-04-16 17:40:57 +02:00

Fully cancel if the story extraction fails

This commit is contained in:
David Lynch 2024-11-30 13:52:43 -06:00
parent ffb8e54e91
commit 91d2c4fd4b

View file

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