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)
|
||||
if votesJson:
|
||||
if not positiveVoting:
|
||||
if votesOnNewswireItem >= \
|
||||
if votesOnNewswireItem(votesJson) >= \
|
||||
newswireVotesThreshold:
|
||||
# Too many veto votes.
|
||||
# Continue without incrementing the
|
||||
|
|
Loading…
Reference in New Issue