Small changes to tidy up the code

This commit is contained in:
Rebecca Law
2020-06-26 14:23:25 +01:00
parent 41312f950d
commit 7fb3b3db18
3 changed files with 11 additions and 19 deletions

View File

@@ -78,7 +78,6 @@ def create_app(application):
from app.config import configs
notify_environment = os.environ['NOTIFY_ENVIRONMENT']
print(notify_environment)
application.config.from_object(configs[notify_environment])