gitignore
This commit is contained in:
parent
3941a81998
commit
c98e4baf0b
|
|
@ -1 +1,4 @@
|
|||
__pycache__
|
||||
libraries/__pycache__
|
||||
libraries/wrappers/__pycache__
|
||||
credentials.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"}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue