[stickynotes-antispam] Add "support" to blacklist



commit 7fad143e405003630806589c1b6c61eb7ca54d7d
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Aug 16 14:43:25 2019 +0200

    Add "support" to blacklist

 stickynotes-antispam.py | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/stickynotes-antispam.py b/stickynotes-antispam.py
index 58ca177..9417daf 100755
--- a/stickynotes-antispam.py
+++ b/stickynotes-antispam.py
@@ -7,7 +7,14 @@ import sys
 from bs4 import BeautifulSoup
 import requests
 
-BLACKLIST = ["bitcoin" "loan", "paypal", "western union", "westernunion", "movie"]
+BLACKLIST = [
+    "bitcoin" "loan",
+    "paypal",
+    "western union",
+    "westernunion",
+    "movie",
+    "support",
+]
 
 
 class StickyNotes(object):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]