Add support for flags
This commit is contained in:
parent
8bfb4049dc
commit
a382fdfe85
@ -1560,6 +1560,7 @@ class AnkiConnect:
|
|||||||
'left': card.left,
|
'left': card.left,
|
||||||
'mod': card.mod,
|
'mod': card.mod,
|
||||||
'nextReviews': list(nextReviews),
|
'nextReviews': list(nextReviews),
|
||||||
|
'flags': card.flags,
|
||||||
})
|
})
|
||||||
except NotFoundError:
|
except NotFoundError:
|
||||||
# Anki will give a NotFoundError if the card ID does not exist.
|
# Anki will give a NotFoundError if the card ID does not exist.
|
||||||
|
Loading…
Reference in New Issue
Block a user