Remove standalone run stub

This commit is contained in:
Phillip Kühne 2023-10-03 18:17:36 +00:00
parent a1c8181779
commit c9613dfbd9
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -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)