This commit is contained in:
laramackey
2020-03-12 15:52:56 +00:00
parent d7dd7c49df
commit 4e843b0267

View File

@ -96,7 +96,7 @@ int main(int argc, char **argv) {
if (!res)
return;
while (res->status == -1) {
while (res->body.empty()) {
res = cli.Get("/state/json");
}