Update app.py

This commit is contained in:
2024-11-28 11:09:15 -05:00
parent c97275c9a3
commit 5b46a5d4c9

2
app.py
View File

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