Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Dec 3, 2024
1 parent e337e8d commit be21a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvmd/apps/kvmd/snapshoter.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def __wakeup(self) -> None:

if 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)],
no_ignore_keys=True,
)
Expand Down

0 comments on commit be21a42

Please sign in to comment.