~foosoft/anki-connect

50300b55b5adefd48b5e95caab2c9829b9bf945a — David Bailey 7 years ago a129f83
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