1
0

Removed redundant thingy
All checks were successful
Test Python / Test (push) Successful in 25s

This commit is contained in:
Jon Michael Aanes 2024-06-03 00:30:36 +02:00
parent caf6845874
commit 54da70c09c
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -29,7 +29,7 @@ class FinanceDepoScraper(Scraper):
'account.update_time': depo.updated_time,
}
for asset in sorted(depo.assets()):
for asset in depo.assets():
key = f'balance.{asset}'
data_point[key] = depo.get_amount_of_asset(asset)