zeeguu / api

API for tracking a learner's progress when reading materials in a foreign language and recommending further personalized exercises and readings.
https://zeeguu.org
MIT License
8 stars 24 forks source link

Add 0 default to max and min id #246

Closed benceluzsinszky closed 1 month ago

benceluzsinszky commented 1 month ago

The script crashes if the DB is empty, as max_id and min_id is None and the loop can't iterate on them.