From 775bcc001553ec74b707881f12ff63307bbe00d4 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Wed, 5 Oct 2022 16:05:00 +0200 Subject: [PATCH] removed unused variable --- tnc/audio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tnc/audio.py b/tnc/audio.py index 9c97e09e..41190bb6 100644 --- a/tnc/audio.py +++ b/tnc/audio.py @@ -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)}