Skip to content

Commit 159d963

Browse files
belvederefsandlerben
authored andcommitted
Fix flask_sslify import (hack4impact#177)
1 parent f215235 commit 159d963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def create_app(config_name):
5959

6060
# Configure SSL if platform supports it
6161
if not app.debug and not app.testing and not app.config['SSL_DISABLE']:
62-
from flask.ext.sslify import SSLify
62+
from flask_sslify import SSLify
6363
SSLify(app)
6464

6565
# Create app blueprints

0 commit comments

Comments
 (0)