Make GLOBAL_SCRIPTS auto-start timed scripts; list all global scripts
This commit is contained in:
parent
e5072f7b39
commit
bbb1d40c2d
2 changed files with 84 additions and 46 deletions
|
|
@ -390,6 +390,9 @@ def _init():
|
|||
BASE_GUEST_TYPECLASS = class_from_module(settings.BASE_GUEST_TYPECLASS)
|
||||
del class_from_module
|
||||
|
||||
# delayed starts
|
||||
GLOBAL_SCRIPTS.start()
|
||||
|
||||
|
||||
def set_trace(term_size=(140, 40), debugger="auto"):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue