diff --git a/flask_sslify.py b/flask_sslify.py index 8559bc4..6ab2e8b 100644 --- a/flask_sslify.py +++ b/flask_sslify.py @@ -10,7 +10,6 @@ class SSLify(object): def __init__(self, app=None, age=YEAR_IN_SECS, subdomains=False, permanent=False): if app is not None: - self.app = app self.hsts_age = age self.hsts_include_subdomains = subdomains self.permanent = permanent