diff --git a/content/_code-samples/freeze/py/unfreeze_token.py b/content/_code-samples/freeze/py/unfreeze_token.py index c723496b4c..4fa96d4bcb 100644 --- a/content/_code-samples/freeze/py/unfreeze_token.py +++ b/content/_code-samples/freeze/py/unfreeze_token.py @@ -39,5 +39,5 @@ if stxn_result["meta"]["TransactionResult"] == "tesSUCCESS": print(f'Successfully enabled no freeze for {sender_wallet.classic_address}') print(stxn_result["hash"]) else: - print({stxn_result["meta"]["TransactionResult"]) + print(stxn_result["meta"]["TransactionResult"]) print(stxn_result["hash"])