mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-11 00:16:28 +00:00
Update README and LGTM fixes
This commit is contained in:
@ -49,7 +49,7 @@ def create_app(config=None):
|
||||
# HSTS
|
||||
if app.config.get('HSTS_ENABLED'):
|
||||
from flask_sslify import SSLify
|
||||
_sslify = SSLify(app) # lgtm [py/unused-import]
|
||||
_sslify = SSLify(app) # lgtm [py/unused-local-variable]
|
||||
|
||||
# Load app's components
|
||||
assets.init_app(app)
|
||||
|
Reference in New Issue
Block a user