[stickynotes-antispam] Add "movie" to blacklist



commit 20be4a04c80696849840447be403fd432efe14a3
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Jun 26 13:28:45 2019 +0200

    Add "movie" to blacklist

 stickynotes-antispam.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/stickynotes-antispam.py b/stickynotes-antispam.py
index f31ff2c..d20f3e6 100755
--- a/stickynotes-antispam.py
+++ b/stickynotes-antispam.py
@@ -7,7 +7,7 @@ import sys
 from bs4 import BeautifulSoup
 import requests
 
-BLACKLIST = ["bitcoin" "loan", "paypal", "western union", "westernunion"]
+BLACKLIST = ["bitcoin" "loan", "paypal", "western union", "westernunion", "movie"]
 
 
 class StickyNotes(object):


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