From b883862b36f960cb515c3e066fc58ed6aebb29ec Mon Sep 17 00:00:00 2001 From: jeancf Date: Thu, 15 Jun 2023 17:52:36 +0200 Subject: [PATCH] Removed print --- twoot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/twoot.py b/twoot.py index b183ba9..6593a7d 100755 --- a/twoot.py +++ b/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