From defa3fd94081deccec79f337b91dbac5294d25ba Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Wed, 10 Jun 2020 13:00:55 +0200 Subject: [PATCH] Remove lifetime of message, since it is the same as the default In response to feedback comment https://github.com/Ultimaker/Cura/pull/7904#discussion_r438023812 CURA-7454 --- .../UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py index 8c81ce39a8..33c9caba05 100644 --- a/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py +++ b/plugins/UM3NetworkPrinting/src/Cloud/CloudOutputDeviceManager.py @@ -282,8 +282,7 @@ class CloudOutputDeviceManager: "Cloud connection is not available for a printer", "Cloud connection is not available for some printers", len(self.reported_device_ids) - ), - lifetime = 30 + ) ) device_names = "\n".join(["
  • {} ({})
  • ".format(self._um_cloud_printers[device].name, self._um_cloud_printers[device].definition.name) for device in self.reported_device_ids]) message_text = self.I18N_CATALOG.i18ncp(