removed the rule section of the config parser

This commit is contained in:
Justin Bollinger
2024-09-28 15:29:48 -04:00
committed by GitHub
parent 469f42fbd8
commit 7307bdddd6

View File

@@ -61,12 +61,6 @@ except KeyError as e:
print('{0} is not defined in config.json using defaults from config.json.example'.format(e))
pipalPath = default_config['pipalPath']
try:
hcatRules = config_parser['hcatRules']
except KeyError as e:
print('{0} is not defined in config.json using defaults from config.json.example'.format(e))
hcatRules = default_config['hcatRules']
try:
hcatDictionaryWordlist = config_parser['hcatDictionaryWordlist']
except KeyError as e: