debug timestamp
This commit is contained in:
parent
8e128557c0
commit
bf7975bc24
|
@ -80,6 +80,7 @@ def save_proof(signature, ev_uuid, result, proof_type, user):
|
||||||
if result['Status'] == STATUS_CODE.get("Success"):
|
if result['Status'] == STATUS_CODE.get("Success"):
|
||||||
timestamp = result.get('Data', {}).get('data', {}).get('timestamp')
|
timestamp = result.get('Data', {}).get('data', {}).get('timestamp')
|
||||||
|
|
||||||
|
logger.error("timestamp: %s", timestamp)
|
||||||
if not timestamp:
|
if not timestamp:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue