More current_app cleanup.

This commit is contained in:
Michael Tofias
2015-03-31 12:39:46 -05:00
parent 2be30b1768
commit 7634d98427
+1 -2
View File
@@ -15,8 +15,7 @@ class SSLify(object):
self.skip_list = skips or app.config.get('SSL_SKIPS')
if app is not None:
self.app = app
self.init_app(self.app)
self.init_app(app)
else:
self.app = None