diff --git a/bin/TermTrackerMod.py b/bin/TermTrackerMod.py index fe60640e..08eb7247 100755 --- a/bin/TermTrackerMod.py +++ b/bin/TermTrackerMod.py @@ -53,7 +53,7 @@ if __name__ == "__main__": publisher.info("Script TermTrackerMod started") #config_section = 'TermTrackerMod' - config_section = 'Curve' + config_section = 'TermTrackerMod' p = Process(config_section) full_item_url = p.config.get("Notifications", "ail_domain") + full_item_url diff --git a/bin/packages/modules.cfg b/bin/packages/modules.cfg index f1fe5e3d..4526d978 100644 --- a/bin/packages/modules.cfg +++ b/bin/packages/modules.cfg @@ -34,6 +34,10 @@ publish = Redis_Words subscribe = Redis_Words publish = Redis_CurveManageTopSets,Redis_Tags +[TermTrackerMod] +subscribe = Redis_Global +publish = Redis_Tags + [RegexForTermsFrequency] subscribe = Redis_Global publish = Redis_Tags