mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 13:34:24 -05:00
feat(anki): reimport flashcards
This commit is contained in:
@@ -78,7 +78,7 @@ class Flashcard:
|
||||
self.back_node = back
|
||||
self.note_id_node = note_id
|
||||
|
||||
def update_id(self, value):
|
||||
def update_id(self, value: int):
|
||||
if self.note_id != value:
|
||||
self.note_id = value
|
||||
self.id_updated = True
|
||||
|
||||
Reference in New Issue
Block a user