mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
fix
This commit is contained in:
parent
e337e8d45c
commit
be21a420a0
@ -123,7 +123,7 @@ class Snapshoter: # pylint: disable=too-many-instance-attributes
|
|||||||
|
|
||||||
if self.__wakeup_key:
|
if self.__wakeup_key:
|
||||||
logger.info("Waking up using key %r ...", self.__wakeup_key)
|
logger.info("Waking up using key %r ...", self.__wakeup_key)
|
||||||
await self.__hid.send_key_events(
|
self.__hid.send_key_events(
|
||||||
keys=[(self.__wakeup_key, True), (self.__wakeup_key, False)],
|
keys=[(self.__wakeup_key, True), (self.__wakeup_key, False)],
|
||||||
no_ignore_keys=True,
|
no_ignore_keys=True,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user