From cb38a491a3185f72381eaf8db644cc8f26dbc4b9 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 11 May 2024 08:58:52 +0000 Subject: [PATCH] audit changes print statemtns and exception prints 2 --- .../conversion/management/commands/custom_runserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchen_counter/conversion/management/commands/custom_runserver.py b/kitchen_counter/conversion/management/commands/custom_runserver.py index 6560150..e4f97e7 100755 --- a/kitchen_counter/conversion/management/commands/custom_runserver.py +++ b/kitchen_counter/conversion/management/commands/custom_runserver.py @@ -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)