Fixing a bad merge
This commit is contained in:
parent
5256027a65
commit
f5564a7419
@ -94,7 +94,7 @@ class Bittrex(Exchange):
|
|||||||
data = _API.get_balances()
|
data = _API.get_balances()
|
||||||
if not data['success']:
|
if not data['success']:
|
||||||
Bittrex._validate_response(data)
|
Bittrex._validate_response(data)
|
||||||
raise OperationalException('{message}'.format(message=data['message'])
|
raise OperationalException('{message}'.format(message=data['message']))
|
||||||
return data['result']
|
return data['result']
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user