Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
修复了针对新版jwts课表格式的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FerdinandSu committed Feb 17, 2020
1 parent 85cedbd commit 3d9ce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HITScheduleMasterCLI/Driver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void Add()

var weekExpression = Io?.ReadLine("输入周数(周数/起始-截至[单/双/(无)])");
Schedule.Entries.Add(new ScheduleEntry((DayOfWeek) week, default,
$"{name}<>{teacher}[{weekExpression}]@{location}")
name,$"{teacher}[{weekExpression}]@{location}")
{StartTime = startTime, Length = length});
return;
WrongInput:
Expand Down

0 comments on commit 3d9ce4d

Please sign in to comment.