Skip to content

Commit 3da4fc0

Browse files
committed
fix:message text color
1 parent c7253ba commit 3da4fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ async def share(background_tasks: BackgroundTasks, text: str = Form(default=None
221221
if __name__ == '__main__':
222222
import uvicorn
223223

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

0 commit comments

Comments
 (0)