From a0c5ac539a33a893e69327177f4aa966aeed3c84 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 5 Mar 2019 14:21:19 +0800 Subject: [PATCH] Update site_api.py --- class/core/site_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/core/site_api.py b/class/core/site_api.py index 4cf10d994..0c3b9b45a 100755 --- a/class/core/site_api.py +++ b/class/core/site_api.py @@ -611,7 +611,7 @@ class site_api: # print home_cert cmd = 'export ACCOUNT_EMAIL=' + email + ' && ' + execStr - # print cmd + print cmd result = public.execShell(cmd) if not os.path.exists(home_cert.replace("\*", "*")):