Merge pull request #17 from techdavid/fix-guideckreview

Fix bug where guiDeckReview always returns null
This commit is contained in:
Alex Yatskov 2017-07-30 10:39:29 -07:00 committed by GitHub
commit 46ba1d84f9
2 changed files with 2 additions and 2 deletions

View File

@ -737,7 +737,7 @@ class AnkiConnect:
@webApi
def guiDeckReview(self, name):
self.anki.guiDeckReview(name)
return self.anki.guiDeckReview(name)
#

View File

@ -504,7 +504,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
*Sample response*:
```
null
true
```
* **upgrade**