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