comment try catch
This commit is contained in:
		
							parent
							
								
									e265e36025
								
							
						
					
					
						commit
						b9dfeeea56
					
				@ -133,15 +133,15 @@ def run():
 | 
				
			|||||||
    logging.info("house power: " + str(house_power))
 | 
					    logging.info("house power: " + str(house_power))
 | 
				
			||||||
    logging.info("car soc: " + str(car_soc))
 | 
					    logging.info("car soc: " + str(car_soc))
 | 
				
			||||||
    logging.info("charge point power: " + str(charge_point_power))
 | 
					    logging.info("charge point power: " + str(charge_point_power))
 | 
				
			||||||
    try:
 | 
					    #try:
 | 
				
			||||||
    monitor(charge_point_power)
 | 
					    monitor(charge_point_power)
 | 
				
			||||||
    except IOError as e:
 | 
					    #except IOError as e:
 | 
				
			||||||
        logging.info(e)
 | 
					    #    logging.info(e)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    except KeyboardInterrupt:    
 | 
					    #except KeyboardInterrupt:    
 | 
				
			||||||
        logging.info("ctrl + c:")
 | 
					    #    logging.info("ctrl + c:")
 | 
				
			||||||
        epd2in13b_V3.epdconfig.module_exit()
 | 
					    #    epd2in13b_V3.epdconfig.module_exit()
 | 
				
			||||||
        exit()
 | 
					    #    exit()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if __name__ == '__main__':
 | 
					if __name__ == '__main__':
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user