From 80b4f207d97e4ed25fc060a7a049d70c93b60167 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 2 Feb 2023 12:11:46 +0000 Subject: [PATCH] logs --- src/auto_archiver/archivers/telethon_archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto_archiver/archivers/telethon_archiver.py b/src/auto_archiver/archivers/telethon_archiver.py index 6e6b225..50a0a08 100644 --- a/src/auto_archiver/archivers/telethon_archiver.py +++ b/src/auto_archiver/archivers/telethon_archiver.py @@ -110,7 +110,7 @@ class TelethonArchiver(Archiver): result = Metadata() - logger.debug(f"TELETHON STARTING") + logger.debug(f"TELETHON STARTING {chat}, {post_id}") # NB: not using bot_token since then private channels cannot be archived: self.client.start(bot_token=self.bot_token) with self.client.start(): try: