mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 15:57:52 -06:00
Remove extra spaces
This commit is contained in:
parent
b13b7a892d
commit
cba2e07adc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class MachineErrorChecker(QObject):
|
||||||
self._keys_to_check = set() # type: Set[str]
|
self._keys_to_check = set() # type: Set[str]
|
||||||
|
|
||||||
self._num_keys_to_check_per_update = 10
|
self._num_keys_to_check_per_update = 10
|
||||||
|
|
||||||
def initialize(self) -> None:
|
def initialize(self) -> None:
|
||||||
self._error_check_timer.timeout.connect(self._rescheduleCheck)
|
self._error_check_timer.timeout.connect(self._rescheduleCheck)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue