From ae54c1838b4a0b59f12751a719234054b0c1544e Mon Sep 17 00:00:00 2001 From: Fotoente Date: Sun, 20 Feb 2022 14:07:25 +0100 Subject: [PATCH] Fixed typo --- miceco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miceco.py b/miceco.py index acbb791..578be96 100644 --- a/miceco.py +++ b/miceco.py @@ -240,7 +240,7 @@ text += reactText try: req = requests.post(url + "/notes/create", json={ "i": token, - "visibility": "specified", + "visibility": "public", "text": text }) req.raise_for_status()