This commit is contained in:
Kovid Goyal
2021-11-08 20:23:53 +05:30
parent 9e1e87371f
commit 359116e86a
-1
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)