mirror of
https://github.com/kemayo/leech
synced 2025-12-30 20:22:47 +01:00
Error handling: was bad
This commit is contained in:
parent
0d34552ed1
commit
73b1a2c6fd
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class SpaceBattles(Site):
|
|||
try:
|
||||
return self._chapter_list_threadmarks(url)
|
||||
except SiteException as e:
|
||||
print("Tried threadmarks", e.msg)
|
||||
print("Tried threadmarks", e.args)
|
||||
return self._chapter_list_index(url)
|
||||
|
||||
def _chapter_list_threadmarks(self, url):
|
||||
|
|
|
|||
Loading…
Reference in a new issue