This commit is contained in:
msramalho
2023-02-02 12:11:46 +00:00
parent 9159f0abd5
commit 80b4f207d9

View File

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