mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 09:42:33 -04:00
...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user