mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-04-27 15:13:34 +00:00
Fix indentation
This commit is contained in:
parent
29c7457644
commit
a4f3934d86
3
twoot.py
3
twoot.py
@ -214,8 +214,7 @@ def _get_rest_of_thread(session, headers, url):
|
||||
|
||||
# Verify that download worked
|
||||
if thread_page.status_code != 200:
|
||||
logging.fatal('The Nitter page did not download correctly from ' + url + ' (' + str(
|
||||
thread_page.status_code) + '). Aborting')
|
||||
logging.fatal('The Nitter page did not download correctly from ' + url + ' (' + str(thread_page.status_code) + '). Aborting')
|
||||
shutdown(-1)
|
||||
|
||||
logging.debug('Nitter page downloaded successfully from ' + url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user