1
0
Fork 0
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:
David Lynch 2015-10-28 03:18:17 -05:00
parent 0d34552ed1
commit 73b1a2c6fd

View file

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