Implement viewing bank balances
This commit is contained in:
@@ -18,9 +18,7 @@ async def job():
|
||||
for aggregator in aggregators:
|
||||
if aggregator.service == "nordigen":
|
||||
instance = await NordigenClient(aggregator)
|
||||
print("RUNNING GET ALL ACCOUNT INFO")
|
||||
await instance.get_all_account_info(store=True)
|
||||
print("FINISHED RUNNING")
|
||||
else:
|
||||
raise NotImplementedError(f"No such client library: {aggregator.service}")
|
||||
aggregator.fetch_accounts = False
|
||||
|
||||
Reference in New Issue
Block a user