audit changes print statemtns and exception prints 2

This commit is contained in:
Ubuntu 2024-05-11 08:58:52 +00:00
parent 88972fc495
commit cb38a491a3
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ def run_audit(msg):
to_email = [user.email]
email_code = 'SB2'
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))
print("tx_hash",Response)