remove useless space
This commit is contained in:
		
							parent
							
								
									95bab6a51a
								
							
						
					
					
						commit
						d712d468ac
					
				| @ -47,7 +47,6 @@ class Telegram(object): | |||||||
|     def __str__(self): |     def __str__(self): | ||||||
|         output = "" |         output = "" | ||||||
|         for attr,value in self: |         for attr,value in self: | ||||||
|             output += " " if not output == "" else "" |  | ||||||
|             output += "{}: \t {} \t[{}]\n".format(attr,str(value.value),str(value.unit)) |             output += "{}: \t {} \t[{}]\n".format(attr,str(value.value),str(value.unit)) | ||||||
|         return output |         return output | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user