diff --git a/core/management/commands/scheduling.py b/core/management/commands/scheduling.py index e0a4273..770b413 100644 --- a/core/management/commands/scheduling.py +++ b/core/management/commands/scheduling.py @@ -21,6 +21,8 @@ async def aggregator_job(): if aggregator.service == "nordigen": instance = await NordigenClient(aggregator) if aggregator.fetch_accounts is True: + aggregator.account_info = {} + aggregator.save() await instance.get_all_account_info(store=True) fetch_tasks = []