Skip to content

Commit

Permalink
Merge pull request #246 from IFCA-Advanced-Computing/ferag-patch-5
Browse files Browse the repository at this point in the history
Update web.py
  • Loading branch information
ferag authored Jun 18, 2024
2 parents e94d05f + fee2346 commit e31286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,4 +661,4 @@ class CheckIDForm(FlaskForm):


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

0 comments on commit e31286b

Please sign in to comment.