This commit is contained in:
Kovid Goyal 2021-11-08 20:23:53 +05:30
parent 9e1e87371f
commit 359116e86a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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)