test print more info

This commit is contained in:
Dusty.P 2018-05-13 23:29:56 -08:00
parent e6be739ffc
commit 48003fcc95

View File

@ -115,7 +115,7 @@ def process_file(in_file, file_type) -> ConfigParser:
config = rename_section(config, section, section.title())
else:
config.remove_section(section)
print(config.sections())
print(config.sections(), config['Dino Ancestry']['DinoAncestorsCount'])
return config