mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Removed print
This commit is contained in:
parent
8a87af2e67
commit
b883862b36
2
twoot.py
2
twoot.py
|
@ -216,11 +216,9 @@ def update_profile(nitter_url, soup, sql, mast_password):
|
|||
# Check if urls have changed
|
||||
if new_avatar_url != cur_avatar_url:
|
||||
changed = True
|
||||
print(new_avatar_url)
|
||||
logging.info('avatar image changed on twitter profile')
|
||||
if new_banner_url != cur_banner_url:
|
||||
changed = True
|
||||
print(new_banner_url)
|
||||
logging.info('banner image changed on twitter profile')
|
||||
else:
|
||||
# Mastodon user not found in database. Add new record
|
||||
|
|
Loading…
Reference in New Issue
Block a user