Skip to content

Commit

Permalink
Merge pull request #616 from Fortunate-MAN/patch-1 --autopull
Browse files Browse the repository at this point in the history
Blacklisted city "noida" after some undetected spam
  • Loading branch information
angussidney committed Mar 24, 2017
2 parents f704ee7 + 2e35a2b commit 79ddda6
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 @@ -541,7 +541,7 @@ class FindSpam:
city_list = [
"Agra", "Amritsar", "Bangalore", "Bhopal", "Chandigarh", "Chennai", "Coimbatore", "Delhi", "Dubai", "Durgapur",
"Ghaziabad", "Hyderabad", "Jaipur", "Jalandhar", "Kolkata", "Ludhiana", "Mumbai", "Madurai", "Patna",
"Portland", "Rajkot", "Surat", "Telangana", "Udaipur", "Uttarakhand", "India", "Pakistan",
"Portland", "Rajkot", "Surat", "Telangana", "Udaipur", "Uttarakhand", "India", "Pakistan", "Noida",
# yes, these aren't cities but...
]
rules = [
Expand Down

0 comments on commit 79ddda6

Please sign in to comment.