mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9e1e87371f
commit
359116e86a
@ -41,7 +41,6 @@ class PickRandomAction(InterfaceAction):
|
||||
pick = random.randint(0, count)
|
||||
if pick in rp:
|
||||
continue
|
||||
rp.pop(pick, None)
|
||||
rp[pick] = True
|
||||
break
|
||||
lv.set_current_row(pick)
|
||||
|
Loading…
x
Reference in New Issue
Block a user