A name change in a command stopped the ev API from loading.
This commit is contained in:
parent
4acfe48d9c
commit
fce5c79561
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ _attribute_cache = None
|
||||||
|
|
||||||
# limit symbol import for API
|
# limit symbol import for API
|
||||||
__all__ = ("CmdReload", "CmdReset", "CmdShutdown", "CmdPy",
|
__all__ = ("CmdReload", "CmdReset", "CmdShutdown", "CmdPy",
|
||||||
"CmdScripts", "CmdObjects", "CmdService", "CmdVersion",
|
"CmdScripts", "CmdObjects", "CmdService", "CmdAbout",
|
||||||
"CmdTime", "CmdServerLoad")
|
"CmdTime", "CmdServerLoad")
|
||||||
|
|
||||||
class CmdReload(MuxCommand):
|
class CmdReload(MuxCommand):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue