mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
98b2172a9e
commit
bc88e7b1d9
|
@ -5417,9 +5417,7 @@ def htmlNewswire(newswire: str, nickname: str, moderator: bool,
|
||||||
else:
|
else:
|
||||||
totalVotesStr = ''
|
totalVotesStr = ''
|
||||||
totalVotes = 0
|
totalVotes = 0
|
||||||
moderatedItem = False
|
|
||||||
if moderator:
|
if moderator:
|
||||||
moderatedItem = item[5]
|
|
||||||
if moderatedItem:
|
if moderatedItem:
|
||||||
totalVotes = votesOnNewswireItem(item[2])
|
totalVotes = votesOnNewswireItem(item[2])
|
||||||
# show a number of ticks or crosses for how many
|
# show a number of ticks or crosses for how many
|
||||||
|
|
Loading…
Reference in New Issue