This commit is contained in:
Cort Buffington 2015-08-12 10:41:54 -05:00
parent 289edb310d
commit a3fa36e74b
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ class playIPSC(IPSC):
if (_ts == 0 and _dst_group in trigger_groups_1):
return
if (_ts == 1 and _dst_group in trigger_groups_2):
print(trigger_groups_2)
print(h(_dst_group))
return
logger.info('(Event ID: %s) Playback triggered from TS %s, TGID %s', self.event_id, (_ts +1), int_id(_dst_group))