Skip to content

Commit 7ab358d

Browse files
committed
fix prompt
1 parent ec92282 commit 7ab358d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/daniel_chin_python_alt_stdlib/select_audio_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def select_audio_device(
6060
print(direction + 'put Devices:')
6161
for i in relevant_indices:
6262
print(i, devices[i])
63-
selected = int(inputChin('select input device: ', default))
63+
selected = int(inputChin(f'select {direction}put device: ', default))
6464
print()
6565
print(direction + 'put device:', devices[selected])
6666

0 commit comments

Comments
 (0)