mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05:00
superfluous rowcount
This commit is contained in:
parent
33e6a17141
commit
c1d79b856f
1 changed files with 1 additions and 1 deletions
|
|
@ -1128,7 +1128,7 @@ group by cardTags.cardId""" % limit)
|
|||
extra, ids2str(cs)), pri=pri, m=time.time())
|
||||
self.s.execute(
|
||||
"update cards set type = type - 3 where type in (3,4,5) and "
|
||||
"priority > 0").rowcount
|
||||
"priority > 0")
|
||||
self.reset()
|
||||
|
||||
def updatePriority(self, card):
|
||||
|
|
|
|||
Loading…
Reference in a new issue