~foosoft/anki-connect

46ba1d84f9314dcdc16306c89707ade6fa1630ab — Alex Yatskov 7 years ago d926260 + 50300b5
Merge pull request #17 from techdavid/fix-guideckreview

Fix bug where guiDeckReview always returns null
2 files changed, 2 insertions(+), 2 deletions(-)

M AnkiConnect.py
M README.md
M AnkiConnect.py => AnkiConnect.py +1 -1
@@ 737,7 737,7 @@ class AnkiConnect:

    @webApi
    def guiDeckReview(self, name):
        self.anki.guiDeckReview(name)
        return self.anki.guiDeckReview(name)


#

M README.md => README.md +1 -1
@@ 504,7 504,7 @@ Below is a list of currently supported actions. Requests with invalid actions or

    *Sample response*:
    ```
    null
    true
    ```

*   **upgrade**

Do not follow this link