diff options
Diffstat (limited to 'client/modules/HN.py')
| -rw-r--r-- | client/modules/HN.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/modules/HN.py b/client/modules/HN.py index 692abea..493fa1d 100644 --- a/client/modules/HN.py +++ b/client/modules/HN.py @@ -7,6 +7,8 @@ from semantic.numbers import NumberService WORDS = ["HACKER", "NEWS", "YES", "NO", "FIRST", "SECOND", "THIRD"] +PRIORITY = 4 + URL = 'http://news.ycombinator.com' |
