take out print

This commit is contained in:
Simon 2020-10-04 16:18:08 +01:00
parent b472f01f34
commit a7de755223
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ def make_bridges(_rules):
if e['SYSTEM'] == _confsystem and e['TS'] == 2:
ts2 = True
if _bridge[0:1] != '#':
print(_confsystem)
_tmout = CONFIG['SYSTEMS'][_confsystem]['DEFAULT_UA_TIMER']
if ts1 == False:
_rules[_bridge].append({'SYSTEM': _confsystem, 'TS': 1, 'TGID': bytes_3(int(_bridge)),'ACTIVE': False,'TIMEOUT': _tmout * 60,'TO_TYPE': 'ON','OFF': [],'ON': [bytes_3(int(_bridge)),],'RESET': [], 'TIMER': time()})