mirror of
https://github.com/ThioJoe/YT-Spammer-Purge.git
synced 2026-01-09 14:18:06 -05:00
Disable false positive check
It wasn't reliable at all
This commit is contained in:
@@ -795,6 +795,11 @@ def sort_samples(current):
|
||||
# -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
def mark_possible_false_positive(current, authorID, text, matchReason):
|
||||
|
||||
# NOTE - This isn't really working so I'm just marking everything as false
|
||||
current.matchSamplesDict[authorID]['possibleFalsePositive'] = False
|
||||
return current
|
||||
|
||||
if matchReason != 'Filter Match':
|
||||
current.matchSamplesDict[authorID]['possibleFalsePositive'] = False
|
||||
return current
|
||||
|
||||
Reference in New Issue
Block a user