bump reqs

This commit is contained in:
Leo Hemsted
2018-11-13 10:49:35 +00:00
parent 7f171ba4ea
commit 3551d36f32
7 changed files with 15 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ def two_factor_email(token):
current_app.config['DANGEROUS_SALT'],
current_app.config['EMAIL_2FA_EXPIRY_SECONDS']
))
except SignatureExpired as exc:
except SignatureExpired:
# lets decode again, without the expiry, to get the user id out
orig_data = json.loads(check_token(
token,