This commit is contained in:
R. M 2022-12-11 12:58:54 -03:00 committed by GitHub
parent 08ec4665d4
commit a943a3549e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -478,7 +478,7 @@ if __name__ == '__main__':
except:
error_count += 1
print(f'* Failed to check URL {i + 1}.')
if args.print_exception:
if args.print_exceptions:
traceback.print_exc()
if not download_queue:
print('* Failed to check all URLs.')