Skip to content

Commit

Permalink
bug [#161416449] Solve for module importation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 23, 2018
1 parent 1301773 commit 8dc9a79
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
import os
from flask import Flask

my_app = Flask(__name__)
#my_app.config.from_object(os.environ['APP_SETTINGS'])

my_app_settings = os.getenv(
'APP_SETTINGS',
'app.config.DevelopmentConfig'
)
my_app.config.from_object(my_app_settings)

0 comments on commit 8dc9a79

Please sign in to comment.