From e5c3058a64ae6e27d2bd323a18f02c26df1cdfdf Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 24 May 2014 18:34:54 -0700 Subject: dynamic module loading with priorities --- client/modules/HN.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/modules/HN.py') 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' -- cgit v1.3.1