@ -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)