diff --git a/wallet_rpc.py b/wallet_rpc.py index 7830c33..4b8c33c 100644 --- a/wallet_rpc.py +++ b/wallet_rpc.py @@ -14,3 +14,5 @@ def get_balance(): cert = ('ssl/wallet/private_wallet.crt', 'ssl/wallet/private_wallet.key') response = json.loads(requests.post(url, data=data, headers=headers, cert=cert, verify=False).text) return response +# Print the Response +print(get_balance())