1
0
Fork 0

Fixes from real hardware

This commit is contained in:
Shawn Nock 2017-01-13 21:17:43 +00:00
parent 378abee0e0
commit 43fd7a6b98
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ def delay(sec):
return task.deferLater(reactor, sec, lambda: None) return task.deferLater(reactor, sec, lambda: None)
skip = True
def quit(*args, **kwargs): def quit(*args, **kwargs):
"""End the Trespassed application.""" """End the Trespassed application."""
global skip global skip