mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 21:28:29 +03:00
concludes logging standardization refactor
This commit is contained in:
@@ -18,7 +18,7 @@ class Bluesky(GenericDropin):
|
||||
# download if embeds present (1 video XOR >=1 images)
|
||||
for media in self._download_bsky_embeds(post, archiver):
|
||||
result.add_media(media)
|
||||
logger.debug(f"downloaded {len(result.media)} media files")
|
||||
logger.debug(f"Downloaded {len(result.media)} media files")
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user