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