Closed khoanguyen-3fc closed 3 months ago
The latest code in notification_config_dto.py uses the fromisocalendar function from the datetime module, which is available only in Python 3.8 and later.
notification_config_dto.py
fromisocalendar
datetime
See the relevant code: https://github.com/Clon1998/mobileraker_companion/blob/8947697a4cc4440488088a8b4b91f51c0344f0fe/mobileraker/data/dtos/mobileraker/notification_config_dto.py#L151-L153
For reference, here is the Python documentation for datetime.datetime.fromisocalendar.
datetime.datetime.fromisocalendar
The latest code in
notification_config_dto.py
uses thefromisocalendar
function from thedatetime
module, which is available only in Python 3.8 and later.See the relevant code: https://github.com/Clon1998/mobileraker_companion/blob/8947697a4cc4440488088a8b4b91f51c0344f0fe/mobileraker/data/dtos/mobileraker/notification_config_dto.py#L151-L153
For reference, here is the Python documentation for
datetime.datetime.fromisocalendar
.