summaryrefslogtreecommitdiff
path: root/common/security.py
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@gmail.com>2019-06-30 11:12:05 +0100
committerMichaël Ball <michael.ball@gmail.com>2019-06-30 11:12:05 +0100
commita87517a0b385f1a68dd80e7dabf7843955c95ab9 (patch)
tree696f1e2a45ab7c0db57ce562517790cb73247b53 /common/security.py
parent1acbc1e85d6a0af47c236c48b8c5a1b504871d96 (diff)
Diffstat (limited to 'common/security.py')
-rw-r--r--common/security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/security.py b/common/security.py
index e3ab5de..d021fcf 100644
--- a/common/security.py
+++ b/common/security.py
@@ -17,4 +17,4 @@ pwd_context = CryptContext(
# (appropriate values may vary for different schemes,
# and the amount of time you wish it to take)
pbkdf2_sha256__default_rounds=8000,
- )
+)