From 9e1d4d27995f122ea5bb102ccfe2ac5ab6fb1d9a Mon Sep 17 00:00:00 2001 From: liangchen815 <1432598768@qq.com> Date: Sun, 2 Jul 2017 18:24:53 +0800 Subject: [PATCH] Update jubi_access.py --- jubi_access.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jubi_access.py b/jubi_access.py index 45794e3..a03a2a2 100644 --- a/jubi_access.py +++ b/jubi_access.py @@ -54,7 +54,7 @@ def get_nonce_time(self): nonece=long(curr_stamp) return nonece - def get_signiture(self,): + def get_signature(self,): nonce_value=self.get_nonce_time() key_value=self.public_key @@ -177,7 +177,7 @@ def testcase(self): obj = Jubi_access() obj.testcase() - # print obj.get_signiture() + # print obj.get_signature() #print obj.real_time_ticker('zet') # obj.real_time_depth('zet') #obj.warming('zet',0.23,0.17)