mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
fix noweb update
This commit is contained in:
parent
1eb20be6e3
commit
5053f07077
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class SyncTools(object):
|
|||
self.updateHistory(payload['history'])
|
||||
self.postSyncRefresh()
|
||||
# rebuild priorities on server
|
||||
cardIds = [x[0] for x in reply['added-cards']]
|
||||
cardIds = [x[0] for x in payload['added-cards']]
|
||||
self.rebuildPriorities(cardIds, self.serverExcludedTags)
|
||||
return reply
|
||||
|
||||
|
|
Loading…
Reference in a new issue