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

Small typo

parent eda322bb
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