Fix camera stream

This commit is contained in:
ChrisTerBeke 2019-07-30 15:51:56 +02:00
parent 64c7b2e737
commit cf1dff3fdc
2 changed files with 4 additions and 1 deletions

View file

@ -87,7 +87,7 @@ class NetworkOutputDevice(UltimakerNetworkedPrinterOutputDevice):
@pyqtSlot(str, name="forceSendJob")
def forceSendJob(self, print_job_uuid: str) -> None:
self._cluster_api.forcePrintJob(print_job_uuid)
pass # TODO
## Set the remote print job state.
# \param print_job_uuid: The UUID of the print job to set the state for.