forked from rc/aircox
fix minor
This commit is contained in:
parent
c61f4a5d62
commit
7499a21575
|
@ -371,7 +371,6 @@ class Controller:
|
|||
self.station.controller = self
|
||||
self.outputs = models.Output.objects.filter(station = station)
|
||||
|
||||
os.makedirs(self.path, exist_ok = True)
|
||||
self.connector = connector and Connector(self.socket_path)
|
||||
|
||||
self.master = Master(self)
|
||||
|
|
Loading…
Reference in New Issue
Block a user