summaryrefslogtreecommitdiffstats
path: root/ShowRunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'ShowRunner.py')
-rw-r--r--ShowRunner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShowRunner.py b/ShowRunner.py
index 05877ed..0357efd 100644
--- a/ShowRunner.py
+++ b/ShowRunner.py
@@ -10,8 +10,8 @@ from run import server_thread, send_queue, recv_queue
def run_show():
server_thread.start()
bridge = Bridge()
- SunriseShow(bridge, send_queue=recv_queue, recv_queue=send_queue).run(framerate=FRAME_RATE)
+# SunriseShow(bridge, send_queue=recv_queue, recv_queue=send_queue).run(framerate=FRAME_RATE)
FishShow(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()