@@ -591,4 +591,5 @@ async def send(
if __name__ == "__main__":
import uvicorn
uvicorn.run(app, host="0.0.0.0", port=8000)
port = int(os.getenv("PORT", "8276"))
uvicorn.run(app, host="0.0.0.0", port=port)
The note is not visible to the blocked user.