fix can not login problem
This commit is contained in:
parent
b7b73ecb3d
commit
a1f73370d2
@ -83,6 +83,8 @@ def getGrade(Ip, S):
|
||||
flag = True
|
||||
#遍历课程
|
||||
for item in split:
|
||||
if not item['YXCJ']:
|
||||
continue
|
||||
#如果和上一个课程重名
|
||||
if item['LessonInfo']['KCMC'] == last_lesson_name:
|
||||
#判断是否通过
|
||||
|
Loading…
x
Reference in New Issue
Block a user