Skip to content

Commit 40371db

Browse files
committed
temp
1 parent cd35784 commit 40371db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

iCourse/Helpers/JLUiCourseApi.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ private async Task<List<Course>> GetFavoriteCoursesAsync()
275275
private async Task<(bool isSuccess, string? msg)> SelectCourseAsync(Course courseInfo)
276276
{
277277
client.SetReferer("https://icourses.jlu.edu.cn/xsxk/elective/grablessons?batchId=" + batch.batchId);
278-
279278
while (true)
280279
{
281280
var response = await client.HttpPostAsync("xsxk/sc/clazz/addxk", new FormUrlEncodedContent(new Dictionary<string, string>

0 commit comments

Comments
 (0)