giovannihenriksen / Anki-Simulator

Simulator for Anki
GNU Affero General Public License v3.0
76 stars 11 forks source link

Round card.due and card.odue preemptively to protect against floats #25

Closed glutanimate closed 4 years ago

glutanimate commented 4 years ago

Due to an old V2 scheduler bug or buggy add-ons, the ivl could be a float, causing our add-on to fail. This change protects against that.

Fixes #24