forked from indymedia/epicyon
Missing argument
parent
3430924d5e
commit
4abd59d30f
2
posts.py
2
posts.py
|
@ -2927,7 +2927,7 @@ def createBoxIndexed(recentPostsCache: {},
|
||||||
votesJson = loadJson(votesFilename, 0, 2)
|
votesJson = loadJson(votesFilename, 0, 2)
|
||||||
if votesJson:
|
if votesJson:
|
||||||
if not positiveVoting:
|
if not positiveVoting:
|
||||||
if votesOnNewswireItem >= \
|
if votesOnNewswireItem(votesJson) >= \
|
||||||
newswireVotesThreshold:
|
newswireVotesThreshold:
|
||||||
# Too many veto votes.
|
# Too many veto votes.
|
||||||
# Continue without incrementing the
|
# Continue without incrementing the
|
||||||
|
|
Loading…
Reference in New Issue