identtg
Simon 4 years ago
parent 50fb4e9a3f
commit e7224bfa1e

@ -687,7 +687,7 @@ def ident():
_dst_id = b''
if CONFIG['SYSTEMS'][system]['OVERRIDE_IDENT_TG']:
if 'OVERRIDE_IDENT_TG' in CONFIG['SYSTEMS'][system] and CONFIG['SYSTEMS'][system]['OVERRIDE_IDENT_TG']:
_dst_id = bytes_3(OVERRIDE_IDENT_TG)
else:
_dst_id = _all_call

Loading…
Cancel
Save

Powered by TurnKey Linux.