mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
fix: remove unnecessary log
This commit is contained in:
@@ -49,7 +49,6 @@ class TelegramArchiver(Archiver):
|
||||
if video is None:
|
||||
logger.warning("could not find video")
|
||||
image_tags = s.find_all(class_="tgme_widget_message_photo_wrap")
|
||||
logger.info(image_tags)
|
||||
|
||||
image_urls = []
|
||||
for im in image_tags:
|
||||
|
||||
Reference in New Issue
Block a user