mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 09:11:42 +02:00
Remove standalone run stub
This commit is contained in:
@ -325,6 +325,3 @@ def inject_version():
|
|||||||
|
|
||||||
# Perform setup here so it will be executed when the module is imported by the WSGI server.
|
# Perform setup here so it will be executed when the module is imported by the WSGI server.
|
||||||
activate_job()
|
activate_job()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
app.run(host='127.0.0.1', port=8080, debug=True)
|
|
||||||
|
Reference in New Issue
Block a user