Merge branch 'robert-master-patch-22461' into 'master'
fix tabs See merge request robert/raspberrypi-temp-sensors!1
This commit is contained in:
		
						commit
						8cbdca0043
					
				@ -35,7 +35,7 @@ for line in container.split('\n'):
 | 
				
			|||||||
	print("line length: " + str(len(line)))
 | 
						print("line length: " + str(len(line)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if len(line) > 0:
 | 
						if len(line) > 0:
 | 
				
			||||||
    		jsonData = (json.loads(line))
 | 
					    	jsonData = (json.loads(line))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		model = str(jsonData['model'])
 | 
							model = str(jsonData['model'])
 | 
				
			||||||
		if model == "Hideki-TS04":
 | 
							if model == "Hideki-TS04":
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user