diff --git a/flash_cards.py b/flash_cards.py index 29cdf07..12bf29c 100644 --- a/flash_cards.py +++ b/flash_cards.py @@ -49,10 +49,10 @@ def close_db(error): # Uncomment and use this to initialize database, then comment it # You can rerun it to pave the database and start over -#@app.route('/initdb') -#def initdb(): -# init_db() -# return 'Initialized the database.' +# @app.route('/initdb') +# def initdb(): +# init_db() +# return 'Initialized the database.' @app.route('/')