ArmindoFlores / ao3_api

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

fixed int parsing #96

Open elhudson opened 10 months ago

elhudson commented 10 months ago

Fixed int parsing in search function for total_results. A stray comma in searches with more than 999 works meant Python treated the string as an invalid literal.