@@ -207,4 +207,4 @@ async def share(text: str = Form(default=None), style: str = Form(default='2'),
if __name__ == '__main__':
import uvicorn
uvicorn.run('main:app', host='0.0.0.0', port=12345)
uvicorn.run('main:app', host='0.0.0.0', port=settings.PORT, debug=settings.DEBUG)
The note is not visible to the blocked user.