Make GLOBAL_SCRIPTS auto-start timed scripts; list all global scripts

This commit is contained in:
Griatch 2019-09-07 18:13:54 +02:00
parent e5072f7b39
commit bbb1d40c2d
2 changed files with 84 additions and 46 deletions

View file

@ -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"):
"""