Closed XtramCZ closed 3 years ago
homework = edupage.get_homework() for hw in homework: print(hw.due_date.day, hw.due_date.month)
Printed: 04 14 (example, 04 is month, 14 is day) so .day is month and .month is day version: 0.8
I can reproduce this bug and I'm working on fix...
Printed: 04 14 (example, 04 is month, 14 is day) so .day is month and .month is day version: 0.8