Fix bug where guiDeckReview always returns null
This commit is contained in:
parent
a129f8365b
commit
50300b55b5
@ -737,7 +737,7 @@ class AnkiConnect:
|
||||
|
||||
@webApi
|
||||
def guiDeckReview(self, name):
|
||||
self.anki.guiDeckReview(name)
|
||||
return self.anki.guiDeckReview(name)
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user