From 4e94e859fc329fc934ff41c329b6984c329e933a Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 20 Dec 2018 21:34:47 +0800 Subject: [PATCH] Update system_api.py --- class/core/system_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/system_api.py b/class/core/system_api.py index ee814fb64..d255ae6b2 100755 --- a/class/core/system_api.py +++ b/class/core/system_api.py @@ -19,7 +19,7 @@ class system_api: pids = None def __init__(self): - self.setupPath = '/www/server' + self.setupPath = public.getServerDir() # 名取PID def getPid(self, pname):