1
0
mirror of https://github.com/elisspace/own_vs_buy.git synced 2026-08-29 15:44:04 +00:00

what's the worst that could happen?

This commit is contained in:
Eli
2025-02-13 18:18:22 -05:00
parent da043bf952
commit b92b751af5

2
app.py
View File

@@ -157,5 +157,5 @@ def compute():
return jsonify(results)
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=True, host='0.0.0.0')