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