Move stuff arround

This commit is contained in:
Thomas Sileo
2019-08-01 21:44:35 +02:00
parent 922c9bebb2
commit cd2ae3d7b0
12 changed files with 112 additions and 121 deletions

View File

@@ -16,8 +16,8 @@ from flask import session
from flask import url_for
from itsdangerous import BadSignature
from app_utils import _get_ip
from app_utils import login_required
from core.shared import _get_ip
from core.shared import login_required
from config import DB
from config import JWT