Change naming of config parser

This commit is contained in:
henryruhs
2025-03-06 14:08:12 +01:00
parent d43147ffe9
commit a07b77b31a
2 changed files with 17 additions and 17 deletions

View File

@@ -7,8 +7,8 @@ from facefusion import config
@pytest.fixture(scope = 'module', autouse = True)
def before_all() -> None:
config.CONFIG = ConfigParser()
config.CONFIG.read_dict(
config.CONFIG_PARSER = ConfigParser()
config.CONFIG_PARSER.read_dict(
{
'str':
{