diff options
| author | Aaron Perley <aaron.perley@gmail.com> | 2016-10-13 21:17:59 -0400 |
|---|---|---|
| committer | Aaron Perley <aaron.perley@gmail.com> | 2016-10-13 21:17:59 -0400 |
| commit | 26ed0bd9400a888b2603db734d47e9ea64c6c3d7 (patch) | |
| tree | e59cfe3da52f5df479eb077f83608d6271f0e0a2 /show.py | |
| parent | a862e866db252a6eceb50ee222d645c31f0ab3b4 (diff) | |
| download | bridge-26ed0bd9400a888b2603db734d47e9ea64c6c3d7.tar.zst | |
Update fish show with increasing depth and fish type handling
Diffstat (limited to 'show.py')
| -rw-r--r-- | show.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)) |
