mirror of
https://github.com/norohind/EDMC_SpanshRouter.git
synced 2025-06-09 03:42:05 +03:00
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:
parent
a6ae30e8cd
commit
a8b7fbed39
2
load.py
2
load.py
@ -11,7 +11,7 @@ def plugin_start(plugin_dir):
|
|||||||
global spansh_router
|
global spansh_router
|
||||||
spansh_router = SpanshRouter(plugin_dir)
|
spansh_router = SpanshRouter(plugin_dir)
|
||||||
spansh_router.check_for_update()
|
spansh_router.check_for_update()
|
||||||
return 'spansh_router'
|
return 'SpanshRouter'
|
||||||
|
|
||||||
def plugin_stop():
|
def plugin_stop():
|
||||||
global spansh_router
|
global spansh_router
|
||||||
|
Loading…
x
Reference in New Issue
Block a user