mirror of
https://github.com/tsxc-github/mzmcos--.git
synced 2025-09-10 07:49:17 +08:00
fix SSL
This commit is contained in:
parent
7ed5357550
commit
cacbd8960a
@ -5,7 +5,7 @@ from dateutil.parser import parse
|
||||
from markdownify import markdownify as md
|
||||
import os
|
||||
|
||||
response = requests.get("https://mc.boen.fun/feed")
|
||||
response = requests.get("https://mc.boen.fun/feed",verify=False)
|
||||
os.open("feed.xml",os.O_CREAT)
|
||||
with open("feed.xml","w",encoding='UTF-8') as f:
|
||||
f.write(response.text)
|
||||
|
Loading…
x
Reference in New Issue
Block a user