audit changes print statemtns and exception prints 2
This commit is contained in:
parent
88972fc495
commit
cb38a491a3
|
@ -365,7 +365,7 @@ def run_audit(msg):
|
||||||
to_email = [user.email]
|
to_email = [user.email]
|
||||||
email_code = 'SB2'
|
email_code = 'SB2'
|
||||||
key_value_aud = { "script_name" : str(screenplay_name)}
|
key_value_aud = { "script_name" : str(screenplay_name)}
|
||||||
sendmail(to_email=to_email , email_code=email_code, key_value = key_value_aud ))
|
sendmail(to_email=to_email , email_code=email_code, key_value = key_value_aud )
|
||||||
|
|
||||||
Response = UploadScriptAuditData(OWNER_KEY,blockchain_obj.publicKey,blockchain_obj.user_id,script_id,str(audit_data))
|
Response = UploadScriptAuditData(OWNER_KEY,blockchain_obj.publicKey,blockchain_obj.user_id,script_id,str(audit_data))
|
||||||
print("tx_hash",Response)
|
print("tx_hash",Response)
|
||||||
|
|
Loading…
Reference in New Issue