Update index.py

This commit is contained in:
midoks 2022-07-15 15:32:15 +08:00
parent 160c0296d8
commit 19d0bb68ef
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ def reload():
def runInfo():
cmd = "/usr/bin/varnishstat -j"
cmd = "varnishstat -j"
data = mw.execShell(cmd)[0].strip()
return data