From 626c64afb26f20339a7b22f9616e3d84773b0142 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 1 Dec 2024 22:01:56 +0800 Subject: [PATCH] Update index.py --- plugins/mtproxy/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mtproxy/index.py b/plugins/mtproxy/index.py index 911e1cfa3..8652a5372 100755 --- a/plugins/mtproxy/index.py +++ b/plugins/mtproxy/index.py @@ -72,7 +72,7 @@ def status(): def getServiceFile(): systemDir = mw.systemdCfgDir() - return systemDir+'/mtproxy.service' + return systemDir + '/mtproxy.service' def initDreplace():