Add new line

This commit is contained in:
Luke Murphy 2020-03-01 16:40:48 +00:00
parent 5a3be29467
commit 0881086e6a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Create your Flask application in an ``app.py``.
app = Flask(__name__)
app.config.from_pyfile("app.cfg")
db = CalibreStekje(app)
@app.route("/")