Skip to content

Commit 1309c3f

Browse files
committed
Fixed port from 8001 to 8000
1 parent d94130b commit 1309c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ def cleanse_daily_sun_db():
155155

156156

157157
if __name__ == "__main__":
158-
app.run(debug=True, host="0.0.0.0", port=8001)
158+
app.run(debug=True, host="0.0.0.0", port=8000)

0 commit comments

Comments
 (0)