[stickynotes-antispam] Add "movie" to blacklist
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [stickynotes-antispam] Add "movie" to blacklist
- Date: Wed, 26 Jun 2019 11:32:25 +0000 (UTC)
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]