Update tgclient.py
This commit is contained in:
parent
2c3fb75e8f
commit
7b495fe9bf
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue