mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
changed some defaults
This commit is contained in:
@@ -82,4 +82,4 @@ class BaseAtx(BasePlugin):
|
||||
|
||||
# =====
|
||||
def get_atx_class(name: str) -> Type[BaseAtx]:
|
||||
return get_plugin_class("atx", (name or "disabled")) # type: ignore
|
||||
return get_plugin_class("atx", name) # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user