Adjusted logging level

This commit is contained in:
jeancf 2022-12-01 10:30:10 +01:00
parent a6b30d3037
commit 314ca28202

View File

@ -647,7 +647,7 @@ def main(argv):
twit_account_page.status_code) + '). Aborting')
exit(-1)
logging.info('Nitter page downloaded successfully from ' + url)
logging.debug('Nitter page downloaded successfully from ' + url)
# DEBUG: Save page to file
# of = open(toml['config']['twitter_account'] + '.html', 'w')