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
This commit is contained in:
Kostas Karmas 2020-06-10 13:00:55 +02:00
parent ad36903cbb
commit defa3fd940

View File

@ -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(["<li>{} ({})</li>".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(