Update tgclient.py

This commit is contained in:
midoks 2023-04-29 16:24:19 +08:00
parent 2c3fb75e8f
commit 7b495fe9bf
1 changed files with 2 additions and 2 deletions

View File

@ -103,9 +103,9 @@ async def plugins_run():
script = p['name'].split('.')[0]
await __import__(script).run(client)
except Exception as e:
writeLog('-----client error start -------')
writeLog('----- client error start -------')
writeLog(mw.getTracebackInfo())
writeLog('-----client error end -------')
writeLog('----- client error end -------')
async def main(loop):
await client.start()