This commit is contained in:
Arthur Milchior 2020-07-20 06:28:36 +02:00
parent 0449785b7a
commit e02d47a0d9

View file

@ -395,7 +395,7 @@ def test_reviews():
c = copy.copy(cardcopy) c = copy.copy(cardcopy)
c.lapses = 7 c.lapses = 7
c.flush() c.flush()
# steup hook # setup hook
hooked = [] hooked = []
def onLeech(card): def onLeech(card):