seibert-media/Highton

ListNotesCallMixin Uses the Wrong Pagination Param

Closed this issue · 0 comments

This needs to be a param of 'n', instead of 'page':

params = {'page': int(page) * self.NOTES_OFFSET}