Commit e060c627 authored by Ozzie Isaacs's avatar Ozzie Isaacs

Fix exit on missing flask-wtf

parent cea10d39
......@@ -119,7 +119,7 @@ def create_app():
if not wtf_present:
log.info('*** "flask-WTF" is needed for calibre-web to run. Please install it using pip: "pip install flask-WTF" ***')
print('*** "flask-WTF" is needed for calibre-web to run. Please install it using pip: "pip install flask-WTF" ***')
# sys.exit(7)
sys.exit(7)
app.wsgi_app = ReverseProxied(app.wsgi_app)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment