gitignore

This commit is contained in:
Nicolás Sánchez 2025-01-01 18:39:26 -03:00
parent 3941a81998
commit c98e4baf0b
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
__pycache__
libraries/__pycache__
libraries/wrappers/__pycache__
credentials.py

View File

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