diff --git a/dsmr_parser/objects.py b/dsmr_parser/objects.py index 940318a..e7374ab 100644 --- a/dsmr_parser/objects.py +++ b/dsmr_parser/objects.py @@ -47,7 +47,6 @@ class Telegram(object): def __str__(self): output = "" for attr,value in self: - output += " " if not output == "" else "" output += "{}: \t {} \t[{}]\n".format(attr,str(value.value),str(value.unit)) return output