Fix status interval check for cloud devices

This commit is contained in:
ChrisTerBeke 2019-08-14 14:21:16 +02:00
parent 00334ee5a9
commit e6d30516aa
2 changed files with 6 additions and 5 deletions

View file

@ -57,6 +57,7 @@ class UltimakerNetworkedPrinterOutputDevice(NetworkedPrinterOutputDevice):
# Keeps track the last network response to determine if we are still connected.
self._time_of_last_response = time()
self._time_of_last_request = time()
# Set the display name from the properties
self.setName(self.getProperty("name"))