diff --git a/README.md b/README.md index d2034a1..a534137 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Python-Flask-Blog +# Python3-Flask-Blog This is a flask based blog whose frontend is created using bootstrap. If you have any questions or suggestions, feel free to open an issue or pull request :) diff --git a/main.py b/main.py index 5dbd952..58fec78 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ from flask import Flask, render_template, request, session, redirect from flask_sqlalchemy import SQLAlchemy -from werkzeug import secure_filename +from werkzeug.utils import secure_filename from flask_mail import Mail import json import os