Fix impatient message showing up in places it shouldn't

This commit is contained in:
Ryan Schmidt 2014-12-06 19:01:22 -06:00
parent 87f74d3265
commit 45f640e9c9

View File

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