Adding removal subscriber

This commit is contained in:
stephb9959
2022-03-07 14:53:05 -08:00
parent 2080d18099
commit b7cb7a295d

View File

@@ -211,7 +211,7 @@ namespace OpenWifi {
auto SectionName = Names[0];
std::cout << "Names[0]" << SectionName << std::endl;
_OWDEBUG_
auto SectionInfo = O->get(SectionName);
auto SectionInfo = O->get(SectionName).extract<Poco::JSON::Object>();
_OWDEBUG_
auto InsertInfo = Sections.insert(SectionName);
_OWDEBUG_