mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-12-13 15:26:17 +00:00
Last Container zum Vereinheitlichen und Bugfixes
This commit is contained in:
@@ -54,7 +54,7 @@ class HourlyElectricityPriceForecast:
|
||||
while start_date <= end_date:
|
||||
date_str = start_date.strftime("%Y-%m-%d")
|
||||
daily_prices = self.get_price_for_date(date_str)
|
||||
print(len(self.get_price_for_date(date_str)))
|
||||
#print(len(self.get_price_for_date(date_str)))
|
||||
if daily_prices.size > 0:
|
||||
price_list.extend(daily_prices)
|
||||
start_date += timedelta(days=1)
|
||||
|
||||
Reference in New Issue
Block a user