некоторые правки
This commit is contained in:
parent
5eac318779
commit
d845eeae18
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue