listen on all

This commit is contained in:
Pavol Rusnak 2011-06-15 03:09:32 +02:00
parent ed33408833
commit 8eb6e0666c

View file

@ -53,4 +53,4 @@ def stats():
return render_template('stats.html') return render_template('stats.html')
if __name__ == '__main__': if __name__ == '__main__':
app.run(port = 45678) app.run(host = '0.0.0.0', port = 45678)