diff --git a/bfxbot/bfxbot.py b/bfxbot/bfxbot.py index 49eda47..5296035 100644 --- a/bfxbot/bfxbot.py +++ b/bfxbot/bfxbot.py @@ -125,7 +125,7 @@ class BfxBot: self.__status[symbol] = SymbolStatus(symbol, strategy) async def start(self): - self.__account_info = self.__bfx.get_account_information() + self.__account_info = await self.__bfx.get_account_information() self.__ledger = await self.__bfx.ledger_history(0, time.time() * 1000) await self.__update_status__()