From 428f4704364fa8ab31daa482a5d034c52d8eae0b Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 26 May 2021 19:42:34 +0100 Subject: [PATCH] Fix XLXPEER and PEER not working --- config.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 0660640..3940aef 100755 --- a/config.py +++ b/config.py @@ -204,7 +204,8 @@ def build_config(_config_file): 'USE_ACL': config.getboolean(section, 'USE_ACL'), 'SUB_ACL': config.get(section, 'SUB_ACL'), 'TG1_ACL': config.get(section, 'TGID_TS1_ACL'), - 'TG2_ACL': config.get(section, 'TGID_TS2_ACL') + 'TG2_ACL': config.get(section, 'TGID_TS2_ACL'), + 'ANNOUNCEMENT_LANGUAGE': config.get(section, 'ANNOUNCEMENT_LANGUAGE') }}) CONFIG['SYSTEMS'][section].update({'STATS': { 'CONNECTION': 'NO', # NO, RTPL_SENT, AUTHENTICATED, CONFIG-SENT, YES @@ -250,7 +251,8 @@ def build_config(_config_file): 'USE_ACL': config.getboolean(section, 'USE_ACL'), 'SUB_ACL': config.get(section, 'SUB_ACL'), 'TG1_ACL': config.get(section, 'TGID_TS1_ACL'), - 'TG2_ACL': config.get(section, 'TGID_TS2_ACL') + 'TG2_ACL': config.get(section, 'TGID_TS2_ACL'), + 'ANNOUNCEMENT_LANGUAGE': config.get(section, 'ANNOUNCEMENT_LANGUAGE') }}) CONFIG['SYSTEMS'][section].update({'XLXSTATS': { 'CONNECTION': 'NO', # NO, RTPL_SENT, AUTHENTICATED, CONFIG-SENT, YES