Set port to 5000
This commit is contained in:
parent
bb3046db6a
commit
831531cf0d
@ -59,4 +59,4 @@ async def view_longpoll(request):
|
||||
return stream(g, content_type="text/event-stream")
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=False, host='::')
|
||||
app.run(debug=False, host='::', port=5000)
|
||||
|
Loading…
Reference in New Issue
Block a user