Skip to content

Commit

Permalink
fix:message text color
Browse files Browse the repository at this point in the history
  • Loading branch information
vastsa committed Jan 10, 2023
1 parent c7253ba commit 3da4fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ async def share(background_tasks: BackgroundTasks, text: str = Form(default=None
if __name__ == '__main__':
import uvicorn

uvicorn.run('main:app', host=':', port=settings.PORT, reload=settings.DEBUG)
uvicorn.run('main:app', host='0.0.0.0', port=settings.PORT, reload=settings.DEBUG)

0 comments on commit 3da4fc0

Please sign in to comment.