mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 09:56:18 +01:00
...
This commit is contained in:
parent
9e1e87371f
commit
359116e86a
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ def pick_random(self):
|
|||
pick = random.randint(0, count)
|
||||
if pick in rp:
|
||||
continue
|
||||
rp.pop(pick, None)
|
||||
rp[pick] = True
|
||||
break
|
||||
lv.set_current_row(pick)
|
||||
|
|
|
|||
Loading…
Reference in a new issue