Arthur-Milchior / anki-full-search

Allow to do a search in every fields even if it is formatted
GNU General Public License v3.0
1 stars 1 forks source link

TypeError: changeSfield() takes 2 positional arguments but 3 were given #3

Open ijgnd opened 2 years ago

ijgnd commented 2 years ago

in line 17 you call

changeSfield(note, sfld, mod)

and in line 43 you have

def changeSfield(note, sfld):