@@ -99,6 +99,7 @@ class Wallets:
|
||||
balances = self._exchange.get_balances()
|
||||
|
||||
for currency in balances:
|
||||
if isinstance(balances[currency], dict):
|
||||
self._wallets[currency] = Wallet(
|
||||
currency,
|
||||
balances[currency].get('free', None),
|
||||
|
Reference in New Issue
Block a user