Skip to content
Snippets Groups Projects
Commit 7765cd62 authored by Jan-Niklas Schneider's avatar Jan-Niklas Schneider
Browse files

Unspam

parents 351e8222 0036a937
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -82,7 +82,7 @@ for p in projects : ...@@ -82,7 +82,7 @@ for p in projects :
log(f'Checking for users with abnormal activity.') log(f'Checking for users with abnormal activity.')
for k,v in issueBuckets.items(): for k,v in issueBuckets.items():
if v > 9: if v > 1:
author = k[14:] author = k[14:]
time = k[:13] time = k[:13]
log(f' `{author}` created {v} issues at {time}, identified as spam due to frequency.') log(f' `{author}` created {v} issues at {time}, identified as spam due to frequency.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment