Open lucasmoeskops opened 5 years ago
This fixes the querystring encoding error AttributeError: 'int' object has no attribute 'encode', by converting the page number to string before applying the encoding function.
AttributeError: 'int' object has no attribute 'encode'
This fixes the querystring encoding error
AttributeError: 'int' object has no attribute 'encode'
, by converting the page number to string before applying the encoding function.