pull/72/head
msramalho 2023-02-02 12:11:46 +00:00
rodzic 9159f0abd5
commit 80b4f207d9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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