Refine unlock project

This commit is contained in:
DingZQ
2023-03-10 16:46:25 +08:00
parent a2e4649be5
commit 5eb414d5e7

View File

@@ -145,9 +145,10 @@ def fastapi_unlock_project(network: str, req: Request):
if lockedPrjs[network] == client_host:
print("delete key")
del lockedPrjs[network]
return True
return False
### operations
@app.get('/getcurrentoperationid/')