remove comments

This commit is contained in:
aliabd 2020-09-22 20:55:56 +04:00
parent f43efccc60
commit e75c22ca23

View File

@ -35,8 +35,7 @@ app = Flask(__name__,
template_folder=STATIC_TEMPLATE_LIB,
static_folder=STATIC_PATH_LIB)
app.app_globals = {}
# app.config["FLASK_SKIP_DOTENV"] = 1
# app.FLASK_SKIP_DOTENV = 1
def set_meta_tags(title, description, thumbnail):
app.app_globals.update({