From 41e9cc4eec4de99b13aa0051eca4ae2ffd663e5f Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Wed, 21 Dec 2022 01:20:49 +0800 Subject: [PATCH] fix --- utils/VerUtils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/VerUtils.py b/utils/VerUtils.py index 69ad22f..37a743c 100644 --- a/utils/VerUtils.py +++ b/utils/VerUtils.py @@ -20,7 +20,6 @@ class verUtils: info_data = data if info_data != None: if len(info_data) == len_zip: - ntfy.sendMsg("数据完成") return True else: ntfy.sendMsg("数据不完整,删除配置文件中")