Prepare for timers

This commit is contained in:
Cort Buffington 2016-08-05 09:22:53 -05:00
parent dba648bb89
commit a8dd866881
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ class bridgeIPSC(IPSC):
# Iterate the rules dictionary
for rule in RULES[_network]['GROUP_VOICE']:
rule['TIMER'] = time()
# TGID matches an ACTIVATION trigger
if _dst_group in rule['ON']: