For the API vist '/powerbars' and '/groups' | A project brought to you by Piele & Mattronix for the code vist
code.techinc.nl
diff --git a/app/utils.py b/app/utils.py
index 794bfd9..10dda2f 100644
--- a/app/utils.py
+++ b/app/utils.py
@@ -5,7 +5,7 @@ from app.settings import powerbars, groups
def check_input_error(tn):
tn.write("/\r\n".encode('ascii'))
for _ in range(3):
- print(f"Checking for input error attempt ${_}")
+ print(f"Checking for input error attempt {_}")
output = tn.read_until(b"Input error", timeout=3).decode('ascii')
if "Input error" in output:
return True