Skip to content

Commit

Permalink
fix: Fixed error with app.config definition
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbpro committed Oct 8, 2020
1 parent 8aa0f11 commit dea767e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
app = Flask(__name__)

# sets up production environment
app.config['DEBUG'] = FALSE

app.config['DEBUG'] = False
app.config['SQLALCHEMY_DATABASE_URI'] = os.environ.get('DATABASE_URL', 'sqlite:///data.db')
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False

Expand Down

0 comments on commit dea767e

Please sign in to comment.