From c924d6d62cea7c6bd79a33c1b8116cbcff3a133d Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 23 Mar 2022 15:22:35 +0800 Subject: [PATCH] Update system_api.py --- class/core/system_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class/core/system_api.py b/class/core/system_api.py index b080a8fba..257089558 100755 --- a/class/core/system_api.py +++ b/class/core/system_api.py @@ -396,7 +396,7 @@ class system_api: shutil.rmtree(filename) else: os.remove(filename) - print('\t\033[1;32m[OK]\033[0m') + print('mail clear ok') num += 1 total += size count += num @@ -461,7 +461,7 @@ class system_api: return networkInfo except Exception as e: - print(e) + # print(e) return None def getNetWorkApi(self):