Merge pull request #17 from bazerk/master

Fix breaking error in init, probably a bad merge
This commit is contained in:
2014-01-08 11:08:17 -08:00
+1 -1
View File
@@ -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."""