From aa99faa5c68519dc30c88749b570df7f60606e9d Mon Sep 17 00:00:00 2001 From: Neil Garb Date: Thu, 14 Jun 2018 17:43:45 +0200 Subject: [PATCH] Fix readonly example --- examples/readonly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/readonly.py b/examples/readonly.py index 13aafba..7afa18c 100644 --- a/examples/readonly.py +++ b/examples/readonly.py @@ -51,7 +51,7 @@ print(res) time.sleep(0.5) - res = c.get_fee_info() + res = c.get_fee_info(pair='XBTZAR') print(res) time.sleep(0.5)