This commit is contained in:
Pavel Loginov
2020-07-15 06:16:31 +02:00
parent a26482623f
commit fedf93c678
14 changed files with 1035 additions and 66 deletions

View File

@@ -128,7 +128,7 @@ def check_login(**kwargs):
import http.cookies
cookie = http.cookies.SimpleCookie(os.environ.get("HTTP_COOKIE"))
user_uuid = cookie.get('uuid')
ref = os.environ.get("SCRIPT_NAME")
ref = os.environ.get("REQUEST_URI")
sql.delete_old_uuid()