remove useless space

This commit is contained in:
Hans Erik van Elburg 2019-11-25 20:44:25 +01:00
parent 95bab6a51a
commit d712d468ac

View File

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