Refactoring and cleanup

This commit is contained in:
Leo Vasanko
2023-10-21 19:17:09 +03:00
committed by LeoVasanko
parent e90174a09d
commit e68a05e663
13 changed files with 24 additions and 25 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import msgspec
from html5tagger import Document
from sanic import BadRequest, Blueprint, Forbidden, html, json, redirect
from . import config, session
from cista import config, session
_argon = argon2.PasswordHasher()
_droppyhash = re.compile(r'^([a-f0-9]{64})\$([a-f0-9]{8})$')