mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 19:17:47 +00:00
Adding removal subscriber
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user