This commit is contained in:
Kenneth Kehl
2024-01-10 11:20:33 -08:00
parent f6ba9b4d74
commit 6f04915ee8
2 changed files with 4 additions and 2 deletions

View File

@@ -353,7 +353,9 @@ def create_2fa_code(
current_app.logger.info("TESTING REDIS")
redis_store.raw_set("TESTKEY5", "WORKS")
current_app.logger.info(f"SHOULD SEE THE WORD 'WORKS' HERE: {redis_store.get('TESTKEY5')}")
current_app.logger.info(
f"SHOULD SEE THE WORD 'WORKS' HERE: {redis_store.get('TESTKEY5')}"
)
key = f"2facode-{saved_notification.id}".replace(" ", "")
recipient = str(recipient)