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()