fix iq exporter config name

This commit is contained in:
AlexandreRouma
2024-02-03 01:43:16 +01:00
parent d5fa76df06
commit bddfe5396f
2 changed files with 38 additions and 38 deletions

View File

@ -570,7 +570,7 @@ private:
MOD_EXPORT void _INIT_() {
json def = json({});
std::string root = (std::string)core::args["root"];
config.setPath(root + "/iq_exporter_config_config.json");
config.setPath(root + "/iq_exporter_config.json");
config.load(def);
config.enableAutoSave();
}