mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-18 06:19:53 +00:00
Minor fixes
This commit is contained in:
@@ -337,5 +337,6 @@ class Core:
|
||||
def stop(self):
|
||||
self.run = False
|
||||
self.log.info(i18n.stop)
|
||||
asyncio.run(self.web_stop())
|
||||
if config.WebAPI["enabled"]:
|
||||
asyncio.run(self.web_stop())
|
||||
exit(0)
|
||||
|
||||
Reference in New Issue
Block a user