We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5482a7 commit d83ea02Copy full SHA for d83ea02
pyms/flask/app/__init__.py
@@ -38,7 +38,7 @@ def create_app(self):
38
39
self.application = app.app
40
self.application._connexion_app = app
41
- self.application.config.from_object(get_conf(service=self.service))
+ self.application.config.from_object(config)
42
self.application.tracer = None
43
44
# Initialize Blueprints
0 commit comments