Fixes from real hardware
This commit is contained in:
parent
378abee0e0
commit
43fd7a6b98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue