mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Fix crash with removedPrinterMessage
This commit is contained in:
parent
f6190f9b23
commit
6563ba32b4
@ -15,7 +15,7 @@ class RemovedPrintersMessage(Message):
|
||||
"info:status",
|
||||
"This printer is not linked to the Digital Factory:",
|
||||
"These printers are not linked to the Digital Factory:",
|
||||
len(self.removed_devices)
|
||||
len(self._removed_devices)
|
||||
)
|
||||
message_text += "<br/><ul>{}</ul><br/>".format(device_names)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user