Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def __init__(self,
contract_number: Optional[str] = None):
self.customer_number = customer_number
self.contract_number = contract_number
self.update_hours = [0] # Rabot publishes once daily at 00:00 for the following day


class RabotTariff:
Expand Down
Loading