Оптимизация кода, импортов, зависимостей
This commit is contained in:
parent
0e6a47f95c
commit
d4514b84eb
2
main.py
2
main.py
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user