Update tgclient.py

This commit is contained in:
midoks 2023-04-24 20:44:28 +08:00
parent 797853bd61
commit 535838fc5e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ while True:
break
if cfg['bot']['api_hash'] != '' and cfg['bot']['api_hash'] != 'api_hash':
break
writeLog('等待输入配置,填写app_token')
writeLog('等待输入配置,api_id')
time.sleep(3)
client = TelegramClient('mdioks', cfg['bot']['api_id'], cfg['bot']['api_hash'])