Fix impatient message showing up in places it shouldn't
This commit is contained in:
parent
87f74d3265
commit
45f640e9c9
@ -869,8 +869,8 @@ def chk_decision(cli, force = ""):
|
|||||||
return
|
return
|
||||||
aftermessage = None
|
aftermessage = None
|
||||||
votelist = copy.deepcopy(var.VOTES)
|
votelist = copy.deepcopy(var.VOTES)
|
||||||
impatient_voters = []
|
|
||||||
for votee, voters in votelist.items():
|
for votee, voters in votelist.items():
|
||||||
|
impatient_voters = []
|
||||||
numvotes = 0
|
numvotes = 0
|
||||||
random.shuffle(var.IMPATIENT)
|
random.shuffle(var.IMPATIENT)
|
||||||
for v in var.IMPATIENT:
|
for v in var.IMPATIENT:
|
||||||
|
Loading…
Reference in New Issue
Block a user