Update run.py

This commit is contained in:
Parker M. 2023-12-08 02:20:18 +00:00 committed by GitHub
parent b30c69ec49
commit c4fd048dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
run.py
View File

@ -2,4 +2,4 @@ from app.views import app as application
app=application
if __name__ == '__main__':
application.run(port="2121", debug=False)
application.run(port="2121")