Skip to content

Commit cfdacbb

Browse files
committed
FIX typos
1 parent 27e63d9 commit cfdacbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

coindcx/api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ def send_request(self,url,body = {}):
148148
response = requests.post(url, json_body, headers)
149149
return response
150150

151+
def get_secret(self):
152+
return self.secret
153+
154+
def get_key(self):
155+
return self.key
156+
151157

152158

153159
def make_headers(self):

0 commit comments

Comments
 (0)