Skip to content

Commit

Permalink
🐛 FIX: removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
unl0ck committed Dec 26, 2024
1 parent d1c0ca6 commit a194585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GridboxConnectorAddon-edge/GridboxConnector/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def historical_data_task(gridboxConnector:GridboxConnector, ha_viessmann_histori
from datetime import datetime, timedelta, timezone
now = datetime.now(timezone(timedelta(hours=1)))
now = now.replace(hour=0, minute=0, second=0, microsecond=0)

today = now.isoformat()
tomorrow = (now + timedelta(days=1)).isoformat()
measurement = gridboxConnector.retrieve_historical_data(today, tomorrow)
Expand Down

0 comments on commit a194585

Please sign in to comment.