1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Updated first week of the first 2022 semester start date for anonymous timetable export

This commit is contained in:
2022-08-22 14:43:25 +03:00
committed by GitHub
parent 89b187f2fe
commit 2723157d5a
6 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ namespace GUTSchedule
}
else if (exportParameters is DefaultExportParameters args)
{
DateTime startDate = new DateTime(2021, 8, 30);
DateTime startDate = new DateTime(2022, 8, 29);
IHtmlDocument[] rawSchedule = await GetRawSchedule(args.FacultyId, args.Course, args.GroupId);
if(rawSchedule[0] != null)
schedule.AddRange(ParseRegularSchedule(startDate, rawSchedule[0]));