From 22675427ce9a96a407f0be87efbfea0d455ab7fe Mon Sep 17 00:00:00 2001 From: wcbing Date: Sat, 24 Aug 2024 18:18:21 +0800 Subject: [PATCH] update linuxqq version checking --- get/linuxqq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get/linuxqq.py b/get/linuxqq.py index a2670d0..9fb0278 100644 --- a/get/linuxqq.py +++ b/get/linuxqq.py @@ -11,7 +11,7 @@ download_list_json = re.search( ).group(1) download_list = json.loads(download_list_json) -version = download_list["version"] +version = download_list["version"] + "_" + download_list["updateDate"] x64_deb_url = download_list["x64DownloadUrl"]["deb"] # print(version, x64_deb_url)