Fixed all codestyle and nitpicks from review

This commit is contained in:
ChrisTerBeke 2019-01-11 16:33:49 +01:00
parent e465bd771a
commit 3c10cca0de
7 changed files with 39 additions and 38 deletions

View file

@ -64,7 +64,7 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
self._monitor_view_qml_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "../resources/qml/MonitorStage.qml")
# trigger the printersChanged signal when the private signal is triggered
# Trigger the printersChanged signal when the private signal is triggered
self.printersChanged.connect(self._clusterPrintersChanged)
self._accepts_commands = True # type: bool