summaryrefslogtreecommitdiffstats
path: root/show.py
diff options
context:
space:
mode:
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))