pull/405/head
midoks 2 years ago
parent 0b7b48ab23
commit 0de3aff045
  1. 1
      .gitignore
  2. BIN
      mdioks.session-journal
  3. 2
      plugins/tgclient/startup/tgclient.py

1
.gitignore vendored

@ -177,3 +177,4 @@ debug.out
mdioks.session-journal

Binary file not shown.

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

Loading…
Cancel
Save