Code changes after analyzer

This commit is contained in:
stephb9959
2022-03-25 13:36:16 -07:00
parent 9614e292c1
commit fddac3bd32

View File

@@ -138,12 +138,12 @@ namespace OpenWifi {
Answer.set("points",Outer);
static int f=0;
/* static int f=0;
std::ostringstream OO;
Answer.stringify(OO);
std::ofstream of("msg"+std::to_string(f++)+".json", std::ios_base::trunc );
of << OO.str();
*/
return ReturnObject(Answer);
}
}