mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-02-12 19:22:29 +00:00
Update download_service.py
This commit is contained in:
parent
e594305bb4
commit
4a8175b3f4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from telethon.tl.types import DocumentAttributeFilename
|
|||
|
||||
from telethon.telegram_client import TelegramClient
|
||||
from telegram_client_x import TelegramClientX
|
||||
from secret_my import *
|
||||
from secret import *
|
||||
|
||||
path_home = './' # os.path.abspath('.')
|
||||
client = TelegramClientX(entity, api_id, api_hash, update_workers=None, spawn_read_thread=True)
|
||||
|
|
Loading…
Reference in a new issue