diff options
| author | Aaron Perley <aaron.perley@gmail.com> | 2016-10-11 02:03:49 -0400 |
|---|---|---|
| committer | Aaron Perley <aaron.perley@gmail.com> | 2016-10-11 02:03:49 -0400 |
| commit | 2d37dd487f0571ce94a0e4e966931dd6697d685f (patch) | |
| tree | 3a55e17552c4c5cb2a26f23c4613d0d7ca0dce28 /bridge.py | |
| parent | 198dcfc6f43724a3240496259e2bcda8b6bf6e8d (diff) | |
| download | bridge-2d37dd487f0571ce94a0e4e966931dd6697d685f.tar.zst | |
Add event passing between webapp and show
Diffstat (limited to 'bridge.py')
| -rwxr-xr-x | bridge.py | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -36,10 +36,3 @@ class Bridge(object): -def main(): - bridge = Bridge() - show = FishShow(bridge) - #show = SunriseShow(bridge) - show.run(framerate=FRAME_RATE) - -main() |
