Skip to content

Commit e31286b

Browse files
authored
Merge pull request #246 from IFCA-Advanced-Computing/ferag-patch-5
Update web.py
2 parents e94d05f + fee2346 commit e31286b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,4 +661,4 @@ class CheckIDForm(FlaskForm):
661661

662662

663663
if __name__ == "__main__":
664-
app.run(host="0.0.0.0", port=5001, debug=True)
664+
app.run(host="0.0.0.0", port=5000, debug=True)

0 commit comments

Comments
 (0)