From a1ee4de64f5da6d7ea96956bc0cd9616dcacc4a1 Mon Sep 17 00:00:00 2001 From: "bingqiang.lin" Date: Wed, 29 Mar 2017 11:28:06 +0800 Subject: [PATCH] Update flash_cards.py --- flash_cards.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flash_cards.py b/flash_cards.py index 3a0ac20..29cdf07 100644 --- a/flash_cards.py +++ b/flash_cards.py @@ -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('/')