diff --git a/AnkiConnect.py b/AnkiConnect.py index 556e10c..82a69f2 100644 --- a/AnkiConnect.py +++ b/AnkiConnect.py @@ -764,7 +764,7 @@ class AnkiBridge: 'fields': fields, 'modelName': model['name'], 'cards': self.collection().db.list( - "select id from cards where nid = ? order by ord", self.id) + "select id from cards where nid = ? order by ord", note.id) }) except TypeError as e: # Anki will give a TypeError if the note ID does not exist.