This commit is contained in:
Yax 2018-09-15 15:02:06 +02:00
parent 3c4a25e5ad
commit 6867e71d7c
11 changed files with 185 additions and 177 deletions

View file

@ -7,7 +7,7 @@ from flask import request, abort, redirect
from model.site import Site
from model.comment import Comment
from conf import config
from helpers.hashing import md5
from helper.hashing import md5
logger = logging.getLogger(__name__)
app = config.flaskapp()