mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-01-19 00:40:42 -06:00
Fixed an indentation issue
This commit is contained in:
parent
93705bf534
commit
65ec231349
@ -133,7 +133,7 @@ def if_user_exists(twitter, user):
|
|||||||
return data
|
return data
|
||||||
except TweepError as err:
|
except TweepError as err:
|
||||||
if err.error_code == 50:
|
if err.error_code == 50:
|
||||||
return None
|
return None
|
||||||
else:
|
else:
|
||||||
return user
|
return user
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user