Skip to content

Commit

Permalink
Need the stripcodeblocks key, even if it's false
Browse files Browse the repository at this point in the history
  • Loading branch information
quartata committed Oct 25, 2017
1 parent 034a969 commit 11deab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion findspam.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ class FindSpam:
# Mostly dots in post
{'method': mostly_dots, 'all': True, 'sites': ['codegolf.stackexchange.com'],
'reason': 'mostly dots in {}', 'title': True, 'body': True, 'username': False, 'body_summary': False,
'max_rep': 50, 'max_score': 0},
'stripcodeblocks': False, 'max_rep': 50, 'max_score': 0},

#
# Category: other
Expand Down

0 comments on commit 11deab9

Please sign in to comment.