mirror of https://github.com/CIRCL/AIL-framework
fix: [Term Tracker module] chg module flow
parent
bb6d3a6a26
commit
d9bdfecef3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue