From bf7975bc243a530bd176c767cb4c02180e3e1ad8 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 28 Nov 2024 21:24:53 +0100 Subject: [PATCH] debug timestamp --- dpp/api_dlt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dpp/api_dlt.py b/dpp/api_dlt.py index 4d869e2..caee073 100644 --- a/dpp/api_dlt.py +++ b/dpp/api_dlt.py @@ -80,6 +80,7 @@ def save_proof(signature, ev_uuid, result, proof_type, user): if result['Status'] == STATUS_CODE.get("Success"): timestamp = result.get('Data', {}).get('data', {}).get('timestamp') + logger.error("timestamp: %s", timestamp) if not timestamp: return