Refactoring part 2

Necessary changes to ensure correct working of eveai_app
This commit is contained in:
Josako
2024-05-06 23:07:45 +02:00
parent 8e5ad5f312
commit 131c609e68
9 changed files with 51 additions and 29 deletions

View File

@@ -3,7 +3,6 @@ from gevent.pywsgi import WSGIServer
app = create_app()
celery_app = app.extensions['celery']
if __name__ == '__main__':
print("Server starting on port 5000")