diff options
| author | Aaron Perley <aaron.perley@gmail.com> | 2016-10-16 23:48:20 -0400 |
|---|---|---|
| committer | Aaron Perley <aaron.perley@gmail.com> | 2016-10-16 23:48:20 -0400 |
| commit | c1153ae74b6f023b7277cd1337537f0710b6d124 (patch) | |
| tree | 6878f7dfc2a2f22bc65babb29bb682dd65760390 /ShowRunner.py | |
| parent | b8f9495e0cf2f500edb620f828aba2afab8f8f68 (diff) | |
| parent | 2602b777fbe9b7a4448b1c4cec9ac4a4fd7002c1 (diff) | |
| download | bridge-c1153ae74b6f023b7277cd1337537f0710b6d124.tar.zst | |
Merge branch 'master' into twinkle
Conflicts:
ShowRunner.py
Diffstat (limited to 'ShowRunner.py')
| -rw-r--r-- | ShowRunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShowRunner.py b/ShowRunner.py index 618e80c..5fa46e7 100644 --- a/ShowRunner.py +++ b/ShowRunner.py @@ -16,4 +16,4 @@ def run_show(): TwinkleShow(bridge, send_queue=recv_queue, recv_queue=send_queue).run(framerate=FRAME_RATE) print "done!" -run_show()
\ No newline at end of file +run_show() |
