mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Minor fix
This commit is contained in:
parent
5a1cb8a133
commit
df171aaa70
@ -53,7 +53,8 @@ async def _method(method, secret_key: str = None):
|
||||
|
||||
async def _stop():
|
||||
await asyncio.sleep(1)
|
||||
uvserver.should_exit = True
|
||||
if uvserver is not None:
|
||||
uvserver.should_exit = True
|
||||
data_run[0] = False
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user