Troubleshooting reports

This commit is contained in:
Landon Wark
2023-02-16 15:30:38 -06:00
parent 85dad791ec
commit 1c89c31d25
11 changed files with 146 additions and 40 deletions

View File

@@ -56,7 +56,7 @@ class Control(Base):
output = {
"name" : self.name,
"type" : self.controltype.name,
"targets" : " ,".join(targets),
"targets" : ", ".join(targets),
"kraken" : new_kraken[0:5]
}
return output