Forgot to comment out a testing edit!

This commit is contained in:
Fotoente 2022-05-10 10:59:22 +02:00
parent 1e790c106d
commit 479bc17672

View file

@ -342,7 +342,7 @@ if max_note_length < len(text):
text = emojilib.emojize(text) text = emojilib.emojize(text)
# print(text) # print(text)
noteVisibility = "specified" # noteVisibility = "specified"
try: try:
req = requests.post(url + "/notes/create", json={ req = requests.post(url + "/notes/create", json={