mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2024-12-29 19:15:04 +08:00
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)
|
output_devices.index(output_device)
|
||||||
]
|
]
|
||||||
logger.info(
|
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(
|
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()
|
gui = GUI()
|
||||||
|
Loading…
Reference in New Issue
Block a user