Sometimes the widget raises this exception when selecting 59 minutes.
../circulardatetimepicker/__init__.py", line 536, in _get_time return datetime.time(*self.time_list) ValueError: minute must be in 0..59
It is caused by CircularMInutePicker returning 60, the quick fix is to set its max to 59, it works and it's still possible to select 59 minutes.... but the source of the bug is CircularNumberPicker
Sometimes the widget raises this exception when selecting 59 minutes.
../circulardatetimepicker/__init__.py", line 536, in _get_time return datetime.time(*self.time_list) ValueError: minute must be in 0..59
It is caused by CircularMInutePicker returning 60, the quick fix is to set its max to 59, it works and it's still possible to select 59 minutes.... but the source of the bug is CircularNumberPicker