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"}