This commit is contained in:
Mr Chen 2024-11-24 05:18:34 +08:00
parent 27e1e0c73c
commit 3b857833a7
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ Install_App()
Uninstall_App()
{
cd $rootPath && python3 ${rootPath}/plugins/webstats/index.py stop
cd $rootPath && python3 plugins/webstats/index.py stop
rm -rf $serverPath/webstats
echo "网站统计卸载完成"
}

View File

@ -213,7 +213,7 @@ def writeFile(filename, content, mode='w+'):
fp.close()
return True
except Exception as e:
print(e)
print(getTracebackInfo())
return False