From 26ed0bd9400a888b2603db734d47e9ea64c6c3d7 Mon Sep 17 00:00:00 2001 From: Aaron Perley Date: Thu, 13 Oct 2016 21:17:59 -0400 Subject: Update fish show with increasing depth and fish type handling --- show.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'show.py') 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)) -- cgit v1.3.1