Оптимизация кода, импортов, зависимостей

This commit is contained in:
Григорич 2022-10-22 22:50:45 +03:00
parent 0e6a47f95c
commit d4514b84eb

View File

@ -2,7 +2,7 @@ from tqdm import tqdm
from telethon import TelegramClient, sync, functions, errors, types from telethon import TelegramClient, sync, functions, errors, types
import asyncio import asyncio
import time import time
from config import api_hash, api_id, from_channel, in_channel from config import api_hash, api_id, from_channel, in_channel, session
loop = asyncio.get_event_loop() loop = asyncio.get_event_loop()