From 0ec98cffcb68e095ce51c6f893bb1e35e7826a6f Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Thu, 1 Feb 2024 18:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=B5=8B=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.py b/mainwindow.py index 958089b..c4c68f7 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -1279,7 +1279,7 @@ class UpdateWindow(): isArch = False if os.path.exists("/etc/arch-release"): isArch = True - if UpdateWindow.data["Url-pkg"][0] == None: + if UpdateWindow.data["Url-pkg"][0] == "": unPackageNew = True try: print(UpdateWindow.data["Url"])