@@ -1,4 +1,5 @@
import uvicorn
from settings import PORT
if __name__ == '__main__':
uvicorn.run("main:app", host="0.0.0.0", port=24579, reload=True)
uvicorn.run("main:app", host="0.0.0.0", port=PORT, reload=True)
The note is not visible to the blocked user.