优化导入

This commit is contained in:
avilliai 2024-08-08 22:04:34 +08:00
parent f73bf09c72
commit 6dece73d52
1 changed files with 1 additions and 1 deletions

View File

@ -60,4 +60,4 @@ if __name__ == '__main__':
))
logger = newLogger()
main(bot, logger)
bot.run()
bot.run(asgi_server=None)