ArmindoFlores / ao3_api

An unofficial archiveofourown.org (AO3) API for python
MIT License
166 stars 64 forks source link

Fix marked_for_later() for accounts with < 20 marked works. #101

Open Approximately-Equal opened 3 months ago

Approximately-Equal commented 3 months ago

Noticed a bug where marked_for_later had an attribute error because the pageRaw is None for accounts with less than 20 works (hence no pagination). This code accounts for that. Its a very simple change