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