mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
removed unused variable
This commit is contained in:
parent
8841bc5b2d
commit
e807c985e4
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ def fetch_audio_devices(input_devices, output_devices):
|
||||||
print(err)
|
print(err)
|
||||||
max_input_channels = 0
|
max_input_channels = 0
|
||||||
max_output_channels = 0
|
max_output_channels = 0
|
||||||
name = ""
|
|
||||||
|
|
||||||
if max_input_channels > 0:
|
if max_input_channels > 0:
|
||||||
new_input_device = {"id": index, "name": device_crc(device)}
|
new_input_device = {"id": index, "name": device_crc(device)}
|
||||||
|
|
Loading…
Reference in a new issue