mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-06-18 22:51:03 +00:00
Minor fix
This commit is contained in:
@@ -53,7 +53,8 @@ async def _method(method, secret_key: str = None):
|
|||||||
|
|
||||||
async def _stop():
|
async def _stop():
|
||||||
await asyncio.sleep(1)
|
await asyncio.sleep(1)
|
||||||
uvserver.should_exit = True
|
if uvserver is not None:
|
||||||
|
uvserver.should_exit = True
|
||||||
data_run[0] = False
|
data_run[0] = False
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user