Skip to content

Commit 75994de

Browse files
author
Aniruddha Mysore
authored
Update index.py
1 parent 65b1d66 commit 75994de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from flask import Flask
22
from flask_sqlalchemy import SQLAlchemy
33
from config import BaseConfig
4-
from flask.ext.bcrypt import Bcrypt
4+
from flask_bcrypt import Bcrypt
55

66
app = Flask(__name__, static_folder="./static/dist", template_folder="./static")
77
app.config.from_object(BaseConfig)

0 commit comments

Comments
 (0)