mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-03 16:00:34 -04:00
Stub out python client gen
This commit is contained in:
@@ -102,7 +102,7 @@ class XAPShell(cmd.Cmd):
|
||||
while 1:
|
||||
(event, data) = self.device.listen()
|
||||
|
||||
if event == XAPEventType.SECURE:
|
||||
if event == XAPEventType.SECURE_STATUS:
|
||||
secure_status = XAPSecureStatus(data[0]).name
|
||||
|
||||
cli.log.info(' Secure[%s]', secure_status)
|
||||
|
||||
Reference in New Issue
Block a user