fix: fix log warning (#1192)
This commit is contained in:
parent
a669fee786
commit
8d050b6bfc
@ -699,10 +699,10 @@ if __name__ == "__main__":
|
||||
output_devices.index(output_device)
|
||||
]
|
||||
logger.info(
|
||||
"Input device: %s:%d", str(sd.default.device[0]), input_device
|
||||
"Input device: %s:%s", str(sd.default.device[0]), input_device
|
||||
)
|
||||
logger.info(
|
||||
"Output device: %s:%d", str(sd.default.device[1]), output_device
|
||||
"Output device: %s:%s", str(sd.default.device[1]), output_device
|
||||
)
|
||||
|
||||
gui = GUI()
|
||||
|
Loading…
Reference in New Issue
Block a user