From fbe604a4b516820de197065ea67f540ea9c2d1e7 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 10 May 2021 00:04:24 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index c3bd690c3..959f670c0 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -1083,7 +1083,7 @@ def toSize(size): size = size / 1024 s = b _size = round(size, 2) - print size, _size + # print(size, _size) return str(size) + ' ' + b