From 5cfc9ae590f41f6552c0a82321e8f634726bfd2c Mon Sep 17 00:00:00 2001 From: Night-stars-1 Date: Wed, 12 Feb 2025 00:17:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diff_folder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diff_folder.py b/diff_folder.py index 7617fcf..0767ec8 100644 --- a/diff_folder.py +++ b/diff_folder.py @@ -2,7 +2,7 @@ Author: Night-stars-1 nujj1042633805@gmail.com Date: 2024-12-15 21:01:16 LastEditors: Night-stars-1 nujj1042633805@gmail.com -LastEditTime: 2025-02-12 00:00:45 +LastEditTime: 2025-02-12 00:16:43 """ import hashlib @@ -23,7 +23,7 @@ def get_latest_hash(): """ 获取最新的release的hash文件 """ - response = requests.get("https://goda.srap.link/Night-stars-1/Auto_Resonance") + response = requests.get("https://api.github.com/repos/Night-stars-1/Auto_Resonance/releases/latest") print(response.text) result: dict = response.json() tag_name = result.get("tag_name")