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