diff --git a/README.md b/README.md index 139d5f6..1a107cc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Supported fetchers: - FFXIV Lodestone achivement history - Partisia Blockchain BYOC and MPC trackers - Playstation achievements by way of PSN Profiles. -- [Kraken Account Balances](https://docs.kraken.com/rest/#tag/Account-Data/operation/getAccountBalance) +- Kraken Account Balances (Using [API](https://docs.kraken.com/rest/#tag/Account-Data/operation/getAccountBalance)) +- Kucoin Account Balances (Using [API](https://www.kucoin.com/docs/rest/account/basic-info/get-account-list-spot-margin-trade_hf)) ## Usage @@ -23,7 +24,6 @@ python -m personal_data - [ ] fredagscafeen.dk - [ ] [WaniKani](https://docs.api.wanikani.com) - [ ] Ledger (Live?) Account Balances -- [ ] Kucoin Account Balances: https://www.kucoin.com/docs/rest/account/basic-info/get-account-list-spot-margin-trade_hf ## License diff --git a/personal_data/fetchers/defi_kraken.py b/personal_data/fetchers/defi_kraken.py index cd01b12..d3e1f0a 100644 --- a/personal_data/fetchers/defi_kraken.py +++ b/personal_data/fetchers/defi_kraken.py @@ -41,4 +41,3 @@ class KrakenAccountBalances(Scraper): del key, balance yield frozendict(data_point) -