You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the logs the delivery period is always printed as an object
(e.g.
`delivery_period=<frequenz.client.electricity_trading._types.DeliveryPeriod
object at 0x7fdfcef729d0>`).
In order to increase clarity, this PR adds a __str__ function so that
the delivery period can be clearly printed, (e.g.:
`DeliveryPeriod(start=2024-11-11 16:00:00 +00:00, duration=15min)`).
0 commit comments