From 1a45753c8480d5d847b6e4e4eb9bfbcc0d64ae92 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Thu, 17 Feb 2022 10:29:02 +0100 Subject: [PATCH] fixed audio updating not sure if this was necessary. Makes no sense --- tnc/audio.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tnc/audio.py b/tnc/audio.py index 061e64dd..0345906e 100644 --- a/tnc/audio.py +++ b/tnc/audio.py @@ -37,7 +37,8 @@ def get_audio_devices(): p = Process(target=update_audio_devices) p.start() p.join() - return AUDIO_DEVICES.get() + audio_devices = AUDIO_DEVICES.get() + return audio_devices def update_audio_devices(): # UPDATE LIST OF AUDIO DEVICES