From 43fd7a6b98128a98d6391ba91627d827bb9678e9 Mon Sep 17 00:00:00 2001 From: Shawn Nock Date: Fri, 13 Jan 2017 21:17:43 +0000 Subject: [PATCH] Fixes from real hardware --- software/src/trespassed/util.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/software/src/trespassed/util.py b/software/src/trespassed/util.py index 3f2b0cc..023525e 100644 --- a/software/src/trespassed/util.py +++ b/software/src/trespassed/util.py @@ -7,6 +7,9 @@ def delay(sec): return task.deferLater(reactor, sec, lambda: None) +skip = True + + def quit(*args, **kwargs): """End the Trespassed application.""" global skip