Update flash_cards.py

This commit is contained in:
bingqiang.lin
2017-03-29 11:28:06 +08:00
committed by GitHub
parent 41b881dc70
commit a1ee4de64f

View File

@@ -51,8 +51,8 @@ def close_db(error):
# You can rerun it to pave the database and start over
#@app.route('/initdb')
#def initdb():
#init_db()
#return 'Initialized the database.'
# init_db()
# return 'Initialized the database.'
@app.route('/')