debug timestamp

This commit is contained in:
Cayo Puigdefabregas 2024-11-28 21:24:53 +01:00
parent 8e128557c0
commit bf7975bc24

View file

@ -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