forked from M-Labs/thermostat
Add back the parent
This commit is contained in:
parent
017206bd34
commit
9c0977262c
@ -5,7 +5,7 @@ from autotune import PIDAutotuneState, PIDAutotune
|
|||||||
|
|
||||||
class PIDAutoTuner(QObject):
|
class PIDAutoTuner(QObject):
|
||||||
def __init__(self, parent, client, num_of_channel):
|
def __init__(self, parent, client, num_of_channel):
|
||||||
super().__init__()
|
super().__init__(parent)
|
||||||
|
|
||||||
self._client = client
|
self._client = client
|
||||||
self.autotuners = [PIDAutotune(25) for _ in range(num_of_channel)]
|
self.autotuners = [PIDAutotune(25) for _ in range(num_of_channel)]
|
||||||
|
Loading…
Reference in New Issue
Block a user