Skip to content

Commit 074ffac

Browse files
authored
Rabot: update tariff update hours (#3224)
1 parent ef1ae1d commit 074ffac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/modules/electricity_pricing/flexible_tariffs/rabot

packages/modules/electricity_pricing/flexible_tariffs/rabot/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ def __init__(self,
77
contract_number: Optional[str] = None):
88
self.customer_number = customer_number
99
self.contract_number = contract_number
10+
self.update_hours = [0] # Rabot publishes once daily at 00:00 for the following day
1011

1112

1213
class RabotTariff:

0 commit comments

Comments
 (0)