diff --git a/plugins/nezha/index.py b/plugins/nezha/index.py index 3d8af09fe..897b67eaf 100755 --- a/plugins/nezha/index.py +++ b/plugins/nezha/index.py @@ -275,7 +275,7 @@ class App: mw.execShell('systemctl enable nezha-agent') return 'ok' - def initd_uinstall_agent(self): + def initd_uninstall_agent(self): mw.execShell('systemctl disable nezha-agent') return 'ok'