mirror of
				https://github.com/Akkudoktor-EOS/EOS.git
				synced 2025-11-04 08:46:20 +00:00 
			
		
		
		
	remove print
This commit is contained in:
		@@ -109,7 +109,6 @@ class ElecPriceAkkudoktor(ElecPriceProvider):
 | 
			
		||||
        date = to_datetime(self.start_datetime - to_duration("35 days"), as_string="YYYY-MM-DD")
 | 
			
		||||
        last_date = to_datetime(self.end_datetime, as_string="YYYY-MM-DD")
 | 
			
		||||
        url = f"{source}/prices?start={date}&end={last_date}&tz={self.config.timezone}"
 | 
			
		||||
        print(url)
 | 
			
		||||
        response = requests.get(url)
 | 
			
		||||
        logger.debug(f"Response from {url}: {response}")
 | 
			
		||||
        response.raise_for_status()  # Raise an error for bad responses
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user