mirror of
https://github.com/kennethreitz/flask-sslify.git
synced 2026-06-05 23:00:19 +00:00
Removed unnecessary self.app = None block.
This commit is contained in:
@@ -16,8 +16,6 @@ class SSLify(object):
|
||||
|
||||
if app is not None:
|
||||
self.init_app(app)
|
||||
else:
|
||||
self.app = None
|
||||
|
||||
def init_app(self, app):
|
||||
"""Configures the configured Flask app to enforce SSL."""
|
||||
|
||||
Reference in New Issue
Block a user