You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leetcode return tehre are 2052 cards, but we get 2051 in the end. It is either a bug with the way we calculate pages and offsets, or leetcode really returns incorrect number of problems. Have to investigate
spv@laptop [venv:leetcode-anki] leetcode-anki $ time ipython3 --pdb -- generate.py
INFO:root:Fetching 2052 problems 50 per page
100%|████████████████████████████████████████████████████████████████████████| 2100/2100 [04:37<00:00, 7.58problem/s]
INFO:root:Generating flashcards
100%|███████████████████████████████████████████████████████████████████| 2051/2051 [00:00<00:00, 28815.78flashcard/s]
real 4m41.243s
user 0m3.262s
sys 0m0.440s
The text was updated successfully, but these errors were encountered:
Leetcode return tehre are 2052 cards, but we get 2051 in the end. It is either a bug with the way we calculate pages and offsets, or leetcode really returns incorrect number of problems. Have to investigate
The text was updated successfully, but these errors were encountered: