This commit is contained in:
zxvv 2018-10-14 19:08:13 +00:00 committed by GitHub
commit e04827efd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3539,7 +3539,7 @@ def getImage(comicid, url, issueid=None):
statinfo = os.stat(coverfile)
coversize = statinfo.st_size
if int(coversize) < 30000 or str(r.status_code) != '200':
if int(coversize) < 10000 or str(r.status_code) != '200':
if str(r.status_code) != '200':
logger.info('Trying to grab an alternate cover due to problems trying to retrieve the main cover image.')
else: