fix minor

This commit is contained in:
bkfox 2015-12-12 17:19:03 +01:00
parent c61f4a5d62
commit 7499a21575

View File

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