Fixed typo

This commit is contained in:
Fotoente 2022-02-20 14:07:25 +01:00
parent 7190fad94d
commit ae54c1838b

View file

@ -240,7 +240,7 @@ text += reactText
try: try:
req = requests.post(url + "/notes/create", json={ req = requests.post(url + "/notes/create", json={
"i": token, "i": token,
"visibility": "specified", "visibility": "public",
"text": text "text": text
}) })
req.raise_for_status() req.raise_for_status()