From 481ae16713338dbe8f23c64384708feaf3cb6c8c Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 29 Jun 2023 12:59:05 +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 7f4dc3db4..9dd4915a0 100755 --- a/plugins/nezha/index.py +++ b/plugins/nezha/index.py @@ -29,7 +29,7 @@ class App: self.__agent_cfg = self.__setupPath + '/agent.cfg' def getArgs(self): - args = sys.argv[3:] + args = sys.argv[2:] tmp = {} args_len = len(args)