@@ -35,7 +35,8 @@ class Handler(http.server.BaseHTTPRequestHandler):
self.send_response(200)
self.end_headers()
self.wfile.write(json.dumps(response).encode("utf-8"))
except:
except Exception as e:
print(e)
self.send_response(400)
The note is not visible to the blocked user.