Removed print

This commit is contained in:
jeancf 2023-06-15 17:52:36 +02:00
parent 8a87af2e67
commit b883862b36

View File

@ -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