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:
@@ -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]));
|
||||
|
||||
Reference in New Issue
Block a user