From d9bdfecef395e4b88f2c5df3bc59b8ac55285790 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 7 Aug 2019 12:19:42 +0200 Subject: [PATCH] fix: [Term Tracker module] chg module flow --- bin/TermTrackerMod.py | 2 +- bin/packages/modules.cfg | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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