Skip to content

Commit fee2346

Browse files
authored
Update web.py
1 parent e94d05f commit fee2346

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)