pull/632/head
Mr Chen 6 months ago
parent 27e1e0c73c
commit 3b857833a7
  1. 2
      plugins/webstats/install.sh
  2. 2
      web/core/mw.py

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

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

Loading…
Cancel
Save