Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
71504d3e33
|
|
@ -51,4 +51,4 @@ class Client(object):
|
||||||
if response.status_code == 200:
|
if response.status_code == 200:
|
||||||
return response.json()['data'][0]['ts']
|
return response.json()['data'][0]['ts']
|
||||||
else:
|
else:
|
||||||
return ""
|
return ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue