diff --git a/exts/imports/process_files.py b/exts/imports/process_files.py index da724a0..c45a907 100644 --- a/exts/imports/process_files.py +++ b/exts/imports/process_files.py @@ -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