From d35439d286b8f19c0164c245229bbe5bd5074332 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 28 Jun 2023 01:14:03 +0800 Subject: [PATCH] Update index.py --- plugins/nezha/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nezha/index.py b/plugins/nezha/index.py index ae9064c3d..3d8af09fe 100755 --- a/plugins/nezha/index.py +++ b/plugins/nezha/index.py @@ -260,7 +260,7 @@ class App: mw.execShell('systemctl enable nezha') return 'ok' - def initd_uinstall(self): + def initd_uninstall(self): mw.execShell('systemctl disable nezha') return 'ok'