mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
No longer drop messages that have an error state.
I overlooked that authentication required is also an error state Fixes CURA-1975
This commit is contained in:
parent
0df2543f1a
commit
e584275f7a
1 changed files with 0 additions and 2 deletions
|
@ -415,8 +415,6 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
|
||||
if reply.error() == QNetworkReply.NoError:
|
||||
self._last_response_time = time()
|
||||
else:
|
||||
return # Error in the reply, drop it.
|
||||
|
||||
status_code = reply.attribute(QNetworkRequest.HttpStatusCodeAttribute)
|
||||
if reply.operation() == QNetworkAccessManager.GetOperation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue