Linusp / python-inoreader

Python wrapper of Inoreader API
65 stars 18 forks source link

Bug causing infinite loop while retrieving un-read articles #12

Closed ivan98 closed 3 years ago

ivan98 commented 3 years ago

https://github.com/Linusp/python-inoreader/blob/68dd1b3eee167bc1ad6e3c34e20a5b8a933e0938/inoreader/client.py#L198 continuation is a Boolean.

https://github.com/Linusp/python-inoreader/blob/68dd1b3eee167bc1ad6e3c34e20a5b8a933e0938/inoreader/client.py#L200 This line is a bug. It should be params['c'] = response.get('continuation')

Linusp commented 3 years ago

Thank you for reporting this! I'll fix it this week.

Linusp commented 3 years ago

Hi @ivan98 , this issue is fixed in #13 , so I'll close this issue now. Thanks again!