1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

flake8 regression E261

This commit is contained in:
Peter Bieringer 2025-05-16 07:28:50 +02:00
parent 4bbbc3c384
commit d1098c3e22
4 changed files with 8 additions and 8 deletions

View file

@ -96,7 +96,7 @@ class Auth(auth.BaseAuth):
self._has_bcrypt = False
self._has_argon2 = False
self._htpasswd_ok = False
self._htpasswd_not_ok_reminder_seconds = 60 # currently hardcoded
self._htpasswd_not_ok_reminder_seconds = 60 # currently hardcoded
(self._htpasswd_ok, self._htpasswd_bcrypt_use, self._htpasswd_argon2_use, self._htpasswd, self._htpasswd_size, self._htpasswd_mtime_ns) = self._read_htpasswd(True, False)
self._lock = threading.Lock()