Skip to content

Commit

Permalink
Merge pull request #3565 from tripleee/stale-country
Browse files Browse the repository at this point in the history
The COUNTRY list was initialized but never used for anything
  • Loading branch information
iBug committed Dec 6, 2019
2 parents ab95ae6 + 8376daf commit 71d42f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions findspam.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@
"ntp.org", "cpu-world.com", "caniuse.com", "guru99.com", "fontawesome.com",
# Added to prevent having 3 detections on just the domain.
"writingexplained.org", "eitren.com"]
COUNTRY = [
# N Europe
"Iceland", "Denmark", "Sweden", "Norway",
# Oceania
"Australia", "New Zealand", "NewZealand",
]

if GlobalVars.perspective_key:
PERSPECTIVE = "https://commentanalyzer.googleapis.com/v1alpha1/comments:analyze?key=" + GlobalVars.perspective_key
Expand Down

0 comments on commit 71d42f3

Please sign in to comment.