anki-connect/plugin
Ripose 5bb02e7d21
guibrowse: fixes mockmodel error on new anki versions (#288)
Anki deprecated access to the model from the API and the new MockModel
contained no attribute 'cards' leading to an error message being thrown
instead of card ids being returned. This change uses findCards to find
card ids instead of the model so no error is thrown while keeping
guiBrowse functionally equivalent to the previous version.
Closes #277.
2021-09-14 20:30:36 -07:00
..
__init__.py guibrowse: fixes mockmodel error on new anki versions (#288) 2021-09-14 20:30:36 -07:00
config.json Add requestPermission API method (#255) 2021-05-07 20:33:06 -07:00
config.md Cleanup 2020-01-05 16:24:20 -08:00
util.py Add requestPermission API method (#255) 2021-05-07 20:33:06 -07:00
web.py Add requestPermission API method (#255) 2021-05-07 20:33:06 -07:00