Missing argument

main
Bob Mottram 2020-10-08 20:57:30 +01:00
parent 3430924d5e
commit 4abd59d30f
1 changed files with 1 additions and 1 deletions

View File

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