mirror of
https://github.com/kennethreitz/flask-sslify.git
synced 2026-06-05 23:00:19 +00:00
Merge pull request #17 from bazerk/master
Fix breaking error in init, probably a bad merge
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class SSLify(object):
|
||||
self.permanent = permanent
|
||||
|
||||
if app is not None:
|
||||
self.init_app(self.app)
|
||||
self.init_app(app)
|
||||
|
||||
def init_app(self, app):
|
||||
"""Configures the configured Flask app to enforce SSL."""
|
||||
|
||||
Reference in New Issue
Block a user