Skip to content
Snippets Groups Projects
Commit 3c72168b authored by inso's avatar inso
Browse files

Merge branch 'master' of https://github.com/Insoleet/ucoin-python-api into dev

parents 1e917498 b8423f41
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ class Last(Base):
return self.requests_get('/last', **kwargs).json()
if not self.from_:
return self.request_get('/last/%d' % self.count, **kwargs).json()
return self.requests_get('/last/%d' % self.count, **kwargs).json()
return self.requests_get('/last/%d/%d' % (self.count, self.from_),
**kwargs).json()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment