We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796b529 commit 6ce40d3Copy full SHA for 6ce40d3
src/reachy_mini/media/audio_sounddevice.py
@@ -208,7 +208,7 @@ def _get_device_id(
208
return idx
209
# Return default output device if not found
210
self.logger.warning(
211
- f"No {device_io_type} device found containing '{name_contains}', using default."
+ f"No {device_io_type} device found containing '{names_contains}', using default."
212
)
213
return self._safe_query_device(device_io_type)
214
0 commit comments