Update app.py

This commit is contained in:
2024-11-28 11:09:31 -05:00
parent 5b46a5d4c9
commit 6c4b282007

2
app.py
View File

@ -304,4 +304,4 @@ if __name__ == '__main__':
if len(sys.argv) > 1:
handle_arguments()
else:
app.run(debug=True, port=1337)
app.run(debug=True, port=31337)