more debug

This commit is contained in:
Kenneth Kehl
2024-01-10 09:10:52 -08:00
parent 73fcc1fdbf
commit 3dcb8d194e

View File

@@ -351,6 +351,10 @@ def create_2fa_code(
reply_to_text=reply_to,
)
current_app.logger.info("TESTING REDIS")
redis_store.set("TESTKEY5", "WORKS")
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)
# TODO REMOVE