Refactoring part 2
Necessary changes to ensure correct working of eveai_app
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user