We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec92282 commit 7ab358dCopy full SHA for 7ab358d
1 file changed
src/daniel_chin_python_alt_stdlib/select_audio_device.py
@@ -60,7 +60,7 @@ def select_audio_device(
60
print(direction + 'put Devices:')
61
for i in relevant_indices:
62
print(i, devices[i])
63
- selected = int(inputChin('select input device: ', default))
+ selected = int(inputChin(f'select {direction}put device: ', default))
64
print()
65
print(direction + 'put device:', devices[selected])
66
0 commit comments