for tester

This commit is contained in:
3lswear
2022-02-09 22:59:19 +03:00
parent f7783460e3
commit d1210fcbf0
7 changed files with 30 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ namespace config
TOMLMap *parse(void)
{
std::string filename = "config/real.toml";
std::string filename = "config/tester.toml";
config::TOMLParser parser(filename);
TOMLMap *root = parser.parse();
/* config::display(root); */