'Refactored by Sourcery'

This commit is contained in:
Sourcery AI 2023-02-14 20:30:37 +00:00
parent 4c8a259e67
commit 6fa49e2060

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)