summaryrefslogtreecommitdiffstats
path: root/ShowRunner.py
diff options
context:
space:
mode:
authorgroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-17 00:06:48 -0400
committergroup1 <f16_group1@pbridge.adm.cs.cmu.edu>2016-10-17 00:06:48 -0400
commit841c7607ffab66d208771c220f2e6a9193112234 (patch)
tree8972cee340515fdd81db0c0e86c6f271dc6f1ade /ShowRunner.py
parentc359530c2599d462c17e020d8337d91c478fd845 (diff)
downloadbridge-841c7607ffab66d208771c220f2e6a9193112234.tar.zst
Sunrise changes
Diffstat (limited to 'ShowRunner.py')
-rw-r--r--ShowRunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShowRunner.py b/ShowRunner.py
index 0357efd..1ec1c87 100644
--- a/ShowRunner.py
+++ b/ShowRunner.py
@@ -10,7 +10,7 @@ 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!"