mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 05:14:00 +02:00
listen on all
This commit is contained in:
parent
ed33408833
commit
8eb6e0666c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue