mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 18:00:50 +00:00
pring values debug in its own statement
This commit is contained in:
parent
9d847cf01d
commit
66171e03a9
@ -1,4 +1,4 @@
|
|||||||
from pyparsing import Group, OneOrMore, Optional, Suppress, Word, alphanums, restOfLine
|
from pyparsing import Group, OneOrMore, Optional, Suppress, Word, alphanums
|
||||||
|
|
||||||
|
|
||||||
class Parser:
|
class Parser:
|
||||||
|
@ -85,7 +85,8 @@ class NVDAVMWindow(psg.Window):
|
|||||||
|
|
||||||
while True:
|
while True:
|
||||||
event, values = self.read()
|
event, values = self.read()
|
||||||
self.logger.debug(f"event::{event}\nvalues::{values}")
|
self.logger.debug(f"event::{event}")
|
||||||
|
self.logger.debug(f"values::{values}")
|
||||||
if event in (psg.WIN_CLOSED, "Exit"):
|
if event in (psg.WIN_CLOSED, "Exit"):
|
||||||
break
|
break
|
||||||
elif event == "tabs":
|
elif event == "tabs":
|
||||||
|
Loading…
Reference in New Issue
Block a user