Skip to content

Commit 2aaf4c2

Browse files
authored
Update EOAgriTool.py
Updated
1 parent c917dc1 commit 2aaf4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EOAgriTool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ def home():
110110
web_best_practices=web_best_practices)
111111

112112
if __name__ == "__main__":
113-
app.run(host="20.48.204.5", port=8000, debug=True)
113+
app.run(host="0.0.0.0", port=8000, debug=True)

0 commit comments

Comments
 (0)