From c98e4baf0bce97424ab09064d75dde3f559a6c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Wed, 1 Jan 2025 18:39:26 -0300 Subject: [PATCH] gitignore --- .gitignore | 3 +++ libraries/wrappers/earn_kucoin.py | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f9b48b3..fa271e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ +__pycache__ +libraries/__pycache__ +libraries/wrappers/__pycache__ credentials.py diff --git a/libraries/wrappers/earn_kucoin.py b/libraries/wrappers/earn_kucoin.py index 95281fd..e2c1a9d 100644 --- a/libraries/wrappers/earn_kucoin.py +++ b/libraries/wrappers/earn_kucoin.py @@ -106,6 +106,7 @@ class kucoin_earn: response = self.earn_api().get_account_holding(request) return response.to_dict() + def get_personal_left_quota(self, *args, **kwargs): return {"Error": "N/A"}