mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
Merge pull request #74 from PhoenixTwoFive/73-fix-code-scanning-alert-flask-app-is-run-in-debug-mode
Remove standalone run stub
This commit is contained in:
commit
c3603a13dd
@ -325,6 +325,3 @@ def inject_version():
|
||||
|
||||
# Perform setup here so it will be executed when the module is imported by the WSGI server.
|
||||
activate_job()
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host='127.0.0.1', port=8080, debug=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user