Skip to content

Commit

Permalink
change server to production
Browse files Browse the repository at this point in the history
  • Loading branch information
doersf committed Dec 18, 2014
1 parent d2ed31b commit bab9832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit bab9832

Please sign in to comment.