dkl9 commited on 2023-336 12:48:47
Showing 1 changed files, with 0 additions and 1 deletions.
| ... | ... |
@@ -27,7 +27,6 @@ local function fn(config, deck) |
| 27 | 27 |
prctr = prctr + #newcard.pr |
| 28 | 28 |
else |
| 29 | 29 |
newcard = Card:new({ note = notetext, ct = "seq", created = os.time() })
|
| 30 |
- prctr = 0 |
|
| 31 | 30 |
for _re in notetext:gmatch(";;") do
|
| 32 | 31 |
table.insert(newcard.pr, Prompt:new({ card = newcard, ease = config:get("StartingEase") }))
|
| 33 | 32 |
end |
| 34 | 33 |