From ea95383deb52b5a8f4c9f872ee59a438b74d90f9 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 27 Jan 2022 01:15:21 +0000 Subject: [PATCH] fix voice --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index ee2e07e..437da19 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -720,7 +720,7 @@ def options_config(): try: k,v = x.split('=') except ValueError: - logger.debug('(OPTIONS) Value error %s ignoring %s %s',_system,k,v) + #logger.debug('(OPTIONS) Value error %s ignoring %s %s',_system,k,v) continue _options[k] = v logger.debug('(OPTIONS) Options found for %s',_system)