1

Fixing silly typo

This commit is contained in:
Alex Yatskov 2016-07-21 14:57:20 -04:00
parent a92b105a4e
commit 5372aa725f
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@
c = {
'appVersion': '0.23b',
'appVersion': '0.24b',
'apiVersion': 1
}

View File

@ -423,7 +423,7 @@ class MainWindowReader(QtGui.QMainWindow, gen.reader_ui.Ui_MainWindowReader):
self.comboTags.insertItem(0, 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:
return False