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

This commit is contained in:
Григорич 2022-10-22 22:49:59 +03:00
parent 1db753d138
commit 0e6a47f95c

View File

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