Fix bad tertiary except clause in ffnet check_next_chapter.

This commit is contained in:
Jim Miller 2017-01-25 19:55:13 -06:00
parent c4e10b6e89
commit 21fa480594

View file

@ -141,7 +141,7 @@ class FanFictionNetSiteAdapter(BaseSiteAdapter):
if e.code == 503:
raise e
except Exception as e:
logger.warn("Caught an exception reading URL: %s sleeptime(%s) Exception %s."%(unicode(url),sleeptime,unicode(e)))
logger.warn("Caught an exception reading URL: %s Exception %s."%(unicode(url),unicode(e)))
pass
# Find authorid and URL from... author url.