Update readme

This commit is contained in:
mez 2025-07-21 20:46:06 +01:00
parent 089a0143f6
commit 872e9e2cf2
2 changed files with 9 additions and 20 deletions

View file

@ -54,8 +54,8 @@ for fic in ficlist:
mentionlist.append(fic["id"])
headers = {
'Content-Type': 'application/x-www-form-urlencoded',
"Content-Type": "application/x-www-form-urlencoded",
}
for fic in mentionlist:
response = requests.post("https://fed.brid.gy/webmention", headers=headers, data="source=https://tre.praze.net/fic/" + str(fic) + "&target=https://fed.brid.gy/")
response = requests.post("https://fed.brid.gy/webmention",headers=headers,data="source=https://tre.praze.net/fic/" + str(fic) + "&target=https://fed.brid.gy/")