From f4aec00fa46d998135294698284d41790923ccf7 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 10:07:52 -0500 Subject: [PATCH] more testing --- play_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play_group.py b/play_group.py index 6145e09..b100f33 100755 --- a/play_group.py +++ b/play_group.py @@ -48,7 +48,7 @@ BURST_DATA_TYPE = { filename = '../test.pickle' # trigger logic - True, trigger on these IDs, False trigger on any but these IDs -trigger = False +trigger = True # groups that we want to trigger playback of this file (ts1 and ts2) trigger_groups_1 = ['\x00\x00\x01', '\x00\x00\x0D', '\x00\x00\x64']