bug fix: find bw usage

This commit is contained in:
Usman Nasir
2022-05-22 12:35:33 +05:00
parent 675522d82d
commit 2d2588d449

View File

@@ -749,7 +749,7 @@ class vhost:
print("0,0")
return 0,0
bwmeta = "/home/" + domainName + "/logs/bwmeta"
bwmeta = "/home/cyberpanel/%s.bwmeta" % (domainName)
if not os.path.exists(path):
print("0,0")