Browse Source

Fix crash with removedPrinterMessage

Jaime van Kessel 2 years ago
parent
commit
6563ba32b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/UM3NetworkPrinting/src/Messages/RemovedPrintersMessage.py

+ 1 - 1
plugins/UM3NetworkPrinting/src/Messages/RemovedPrintersMessage.py

@@ -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)