From 51bb9fa60ffd90c67580b0824e0409e3a7ab13d1 Mon Sep 17 00:00:00 2001 From: tsxc Date: Sat, 22 Feb 2025 19:47:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20=E6=9B=B4=E6=96=B0=E8=8E=B7?= =?UTF-8?q?=E5=8F=96RSS=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.py b/script.py index 567d07b..32e1dab 100644 --- a/script.py +++ b/script.py @@ -7,7 +7,7 @@ import os import random import yaml -response = requests.get("https://mc.boen.fun/feed",verify=False) +response = requests.get("https://mzmc.top/feed",verify=False) # os.open("feed.xml",os.O_CREAT) with open("feed.xml","w",encoding='UTF-8') as f: f.write(response.text)