Changed app name returned by plugin_start() to match the folder name suggested by EMDC to enable logging (for testing changes).

This commit is contained in:
Steve Towner 2021-01-16 11:08:23 -06:00
parent a6ae30e8cd
commit a8b7fbed39

View File

@ -11,7 +11,7 @@ def plugin_start(plugin_dir):
global spansh_router
spansh_router = SpanshRouter(plugin_dir)
spansh_router.check_for_update()
return 'spansh_router'
return 'SpanshRouter'
def plugin_stop():
global spansh_router