Update readme
This commit is contained in:
parent
089a0143f6
commit
872e9e2cf2
2 changed files with 9 additions and 20 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue