Update tgclient.py

This commit is contained in:
midoks 2023-04-28 17:22:56 +08:00
parent 35424eae1f
commit 8e05beccfd
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ async def main(loop):
await client.start()
# create new task
print('creating plugins_run task')
print('creating plugins_run task.')
task = loop.create_task(plugins_run())
await task