summaryrefslogtreecommitdiffstats
path: root/show.py
diff options
context:
space:
mode:
authorAaron Perley <aaron.perley@gmail.com>2016-10-13 21:17:59 -0400
committerAaron Perley <aaron.perley@gmail.com>2016-10-13 21:17:59 -0400
commit26ed0bd9400a888b2603db734d47e9ea64c6c3d7 (patch)
treee59cfe3da52f5df479eb077f83608d6271f0e0a2 /show.py
parenta862e866db252a6eceb50ee222d645c31f0ab3b4 (diff)
downloadbridge-26ed0bd9400a888b2603db734d47e9ea64c6c3d7.tar.zst
Update fish show with increasing depth and fish type handling
Diffstat (limited to 'show.py')
-rw-r--r--show.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/show.py b/show.py
index 19066c0..5749863 100644
--- a/show.py
+++ b/show.py
@@ -33,6 +33,9 @@ class Show(object):
self.bridge.update()
self.clock.tick(framerate)
+ def stop(self):
+ self.running = False
+
def send_event(self, event_name, data=None):
self.send_queue.put((event_name, data))