Skip to content

Commit

Permalink
Fixed alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed May 18, 2020
1 parent 5b4fbbb commit 01c8724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic/env.py
Expand Up @@ -47,7 +47,7 @@ def get_app_config(key):
if opath not in sys.path:
sys.path.insert(0, opath)

from service import app as app_module
from metrics_service import app as app_module
app = app_module.create_app()

print 'Getting actual config for', key, app.config.get(key)
Expand Down

0 comments on commit 01c8724

Please sign in to comment.