Fix config section name

pull/266/head
kovacsbalu 2018-10-09 11:30:04 +02:00
parent 272b0fe960
commit c1c40e3e56
1 changed files with 1 additions and 1 deletions

View File

@ -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(