некоторые правки

This commit is contained in:
artem 2023-04-27 13:25:50 +03:00
parent 5eac318779
commit d845eeae18
1 changed files with 1 additions and 1 deletions

View File

@ -60,4 +60,4 @@ async def beeds(request):
}) })
if __name__ == "__main__": if __name__ == "__main__":
app.run(auto_reload=True) app.run(auto_reload=True, port=4003, host="0.0.0.0")