diff options
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() |
