From bab9832bebd03315e927b15ad8ab5c4eb526b40a Mon Sep 17 00:00:00 2001 From: Atif Nazir Date: Thu, 18 Dec 2014 03:15:09 -0800 Subject: [PATCH] change server to production --- block_io/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block_io/__init__.py b/block_io/__init__.py index 12577f6..2d62fd8 100644 --- a/block_io/__init__.py +++ b/block_io/__init__.py @@ -133,7 +133,7 @@ def __init__(self, api_key, pin, version = 2): self.version = version self.clientVersion = VERSION self.encryption_key = None - self.base_url = 'https://dev.block.io:99/api/v'+str(version)+'/API_CALL/?api_key='+api_key + self.base_url = 'https://block.io/api/v'+str(version)+'/API_CALL/?api_key='+api_key self.withdraw_calls = ['withdraw', 'withdraw_from_address', 'withdraw_from_addresses', 'withdraw_from_label', 'withdraw_from_labels', 'withdraw_from_user_id', 'withdraw_from_users'] self.sweep_calls = ['sweep_from_address']