update_device soll als thread laufen
This commit is contained in:
parent
b025d35fd8
commit
fdd7afd35b
3 changed files with 38 additions and 33 deletions
|
|
@ -39,7 +39,7 @@ class CANFilter(Thread):
|
|||
|
||||
if isinstance(self.conf["symfile"], str):
|
||||
sym = "%s/%s" % (self.conf["config_dictionary"], self.conf["symfile"])
|
||||
#Sym2Code(sym)
|
||||
Sym2Code(sym)
|
||||
Add2Adapter(self.pcan, sym)
|
||||
elif isinstance(self.conf["symfile"], list):
|
||||
for element in self.conf["symfile"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue