mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-04-10 23:06:02 +00:00
Adjusted logging level
This commit is contained in:
parent
a6b30d3037
commit
314ca28202
2
twoot.py
2
twoot.py
@ -647,7 +647,7 @@ def main(argv):
|
|||||||
twit_account_page.status_code) + '). Aborting')
|
twit_account_page.status_code) + '). Aborting')
|
||||||
exit(-1)
|
exit(-1)
|
||||||
|
|
||||||
logging.info('Nitter page downloaded successfully from ' + url)
|
logging.debug('Nitter page downloaded successfully from ' + url)
|
||||||
|
|
||||||
# DEBUG: Save page to file
|
# DEBUG: Save page to file
|
||||||
# of = open(toml['config']['twitter_account'] + '.html', 'w')
|
# of = open(toml['config']['twitter_account'] + '.html', 'w')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user