removed unused variable

This commit is contained in:
dj2ls 2022-10-05 16:05:00 +02:00
parent 8841bc5b2d
commit e807c985e4

View file

@ -82,7 +82,6 @@ def fetch_audio_devices(input_devices, output_devices):
print(err)
max_input_channels = 0
max_output_channels = 0
name = ""
if max_input_channels > 0:
new_input_device = {"id": index, "name": device_crc(device)}