mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
await fix
This commit is contained in:
parent
0adfe17f70
commit
77771bea55
@ -79,7 +79,7 @@ class HidApi:
|
|||||||
]
|
]
|
||||||
if request.query.get(key) is not None
|
if request.query.get(key) is not None
|
||||||
}
|
}
|
||||||
await self.__hid.set_params(**params) # type: ignore
|
self.__hid.set_params(**params) # type: ignore
|
||||||
return make_json_response()
|
return make_json_response()
|
||||||
|
|
||||||
@exposed_http("POST", "/hid/set_connected")
|
@exposed_http("POST", "/hid/set_connected")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user