small bugfix

pull/125/head
Matthias Grimm 2020-12-14 14:18:25 -06:00
parent 105b2df50a
commit 627979416e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void KlipperClient::getPrinterJobResults() {
}
// Req 2
if (printerData.isPrinting = true) {
if (printerData.state == "printing") {
jsonDoc = this->jsonRequestClient->requestJson(
PRINTER_REQUEST_GET,
this->getInstanceServerTarget(),