We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c917dc1 commit 2aaf4c2Copy full SHA for 2aaf4c2
EOAgriTool.py
@@ -110,4 +110,4 @@ def home():
110
web_best_practices=web_best_practices)
111
112
if __name__ == "__main__":
113
- app.run(host="20.48.204.5", port=8000, debug=True)
+ app.run(host="0.0.0.0", port=8000, debug=True)
0 commit comments