1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-11-03 08:43:02 +00:00

Always use full-sized image for book edit and details pages

This commit is contained in:
mmonkey
2021-09-30 01:43:31 -05:00
parent 9e7f69e38a
commit cd3791f5f4
4 changed files with 6 additions and 6 deletions

View File

@@ -114,9 +114,8 @@ def create_app():
if os.environ.get('FLASK_DEBUG'):
cache_buster.init_cache_busting(app)
cache_buster.init_cache_busting(app)
log.info('Starting Calibre Web...')
Principal(app)
lm.init_app(app)
app.secret_key = os.getenv('SECRET_KEY', config_sql.get_flask_session_key(ub.session))