Оптимизация кода, импортов, зависимостей
This commit is contained in:
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 *
|
from config import api_hash, api_id, from_channel, in_channel
|
||||||
|
|
||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
|
|||||||
Reference in New Issue
Block a user