Merge pull request #88 from louietan/master
Convert iterator to list to make it JSON serializable.
This commit is contained in:
commit
47a99111c7
@ -489,7 +489,7 @@ class AnkiConnect:
|
||||
|
||||
@api()
|
||||
def multi(self, actions):
|
||||
return map(self.handler, actions)
|
||||
return list(map(self.handler, actions))
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user