Fixing silly typo
This commit is contained in:
parent
a92b105a4e
commit
5372aa725f
@ -17,6 +17,6 @@
|
|||||||
|
|
||||||
|
|
||||||
c = {
|
c = {
|
||||||
'appVersion': '0.23b',
|
'appVersion': '0.24b',
|
||||||
'apiVersion': 1
|
'apiVersion': 1
|
||||||
}
|
}
|
||||||
|
@ -423,7 +423,7 @@ class MainWindowReader(QtGui.QMainWindow, gen.reader_ui.Ui_MainWindowReader):
|
|||||||
self.comboTags.insertItem(0, tagsJoined)
|
self.comboTags.insertItem(0, tagsJoined)
|
||||||
self.preferences.updateFactTags(tagsJoined)
|
self.preferences.updateFactTags(tagsJoined)
|
||||||
|
|
||||||
factId = self.anki.addNote(profile['deck'], profile['model'], fields, tagsSplit)
|
factId = self.anki.addNote(profile['deck'], profile['model'], fields, tagsSplit, None)
|
||||||
if factId is None:
|
if factId is None:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user