Merge pull request #361 from DJ2LS/sourcery/ls-arq

some ARQ fixes (Sourcery refactored)
This commit is contained in:
DJ2LS 2023-02-14 21:41:49 +01:00 committed by GitHub
commit 9f13db3afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ class RF:
except Exception as err:
self.log.error("[MDM] init: starting pyaudio callback failed", e=err)
elif not TESTMODE and static.AUDIO_ENABLE_TCI:
elif not TESTMODE:
# placeholder area for processing audio via TCI
# https://github.com/maksimus1210/TCI
self.log.debug("[MDM] [TCI] Not yet implemented", ip=static.TCI_IP, port=static.TCI_PORT)