summaryrefslogtreecommitdiffstats
path: root/bridge.py
diff options
context:
space:
mode:
authorAaron Perley <aaron.perley@gmail.com>2016-10-11 02:03:49 -0400
committerAaron Perley <aaron.perley@gmail.com>2016-10-11 02:03:49 -0400
commit2d37dd487f0571ce94a0e4e966931dd6697d685f (patch)
tree3a55e17552c4c5cb2a26f23c4613d0d7ca0dce28 /bridge.py
parent198dcfc6f43724a3240496259e2bcda8b6bf6e8d (diff)
downloadbridge-2d37dd487f0571ce94a0e4e966931dd6697d685f.tar.zst
Add event passing between webapp and show
Diffstat (limited to 'bridge.py')
-rwxr-xr-xbridge.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/bridge.py b/bridge.py
index 26beb24..91e81fb 100755
--- a/bridge.py
+++ b/bridge.py
@@ -36,10 +36,3 @@ class Bridge(object):
-def main():
- bridge = Bridge()
- show = FishShow(bridge)
- #show = SunriseShow(bridge)
- show.run(framerate=FRAME_RATE)
-
-main()