From c1c40e3e56469ead8538e8bf117c928df2d3a86e Mon Sep 17 00:00:00 2001 From: kovacsbalu Date: Tue, 9 Oct 2018 11:30:04 +0200 Subject: [PATCH] Fix config section name --- bin/RegexForTermsFrequency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/RegexForTermsFrequency.py b/bin/RegexForTermsFrequency.py index 26669b48..fae7a03a 100755 --- a/bin/RegexForTermsFrequency.py +++ b/bin/RegexForTermsFrequency.py @@ -61,7 +61,7 @@ if __name__ == "__main__": config_section = 'RegexForTermsFrequency' p = Process(config_section) - max_execution_time = p.config.getint("BankAccount", "max_execution_time") + max_execution_time = p.config.getint(config_section, "max_execution_time") # REDIS # server_term = redis.StrictRedis(