Skip to content

Commit 6454eee

Browse files
author
Alexandru Meterez
committed
Update run.py
1 parent ed29226 commit 6454eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fred/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ def after_request(response):
4444
# scheduler.start()
4545

4646
if __name__ == '__main__':
47-
app.run(debug=True)
47+
app.run(host='0.0.0.0', debug=True)

0 commit comments

Comments
 (0)