Fixed missed renames of onFinished keyword

This commit is contained in:
Jaime van Kessel 2018-07-24 16:24:28 +02:00
parent e89983b171
commit 1cb896904b
3 changed files with 13 additions and 13 deletions

View file

@ -19,5 +19,5 @@ class ClusterUM3PrinterOutputController(PrinterOutputController):
def setJobState(self, job: "PrintJobOutputModel", state: str):
data = "{\"action\": \"%s\"}" % state
self._output_device.put("print_jobs/%s/action" % job.key, data, onFinished=None)
self._output_device.put("print_jobs/%s/action" % job.key, data, on_finished=None)