Fix bug where guiDeckReview always returns null

This commit is contained in:
David Bailey 2017-07-30 11:48:57 +01:00
parent a129f8365b
commit 50300b55b5
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**