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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user