Liusuthu commited on
Commit
ba1a46c
·
verified ·
1 Parent(s): 1542490

Update consult_func.py

Browse files
Files changed (1) hide show
  1. consult_func.py +1 -1
consult_func.py CHANGED
@@ -411,7 +411,7 @@ def save2(username,password,radio1,radio2,radio3,radio4,radio5,radio6,result1,te
411
  def get_info(radio1,radio2,radio3,radio4,radio5,radio6,result1,text1,radio8,radio9,radio10,result2,text2,result3,text3,adv,):
412
  #radio1,radio2,radio3睡眠情况
413
  if radio1==0:
414
- if radio2=="存在"
415
  sleep="睡眠充足,存在嗜睡情况"
416
  else:
417
  sleep="睡眠充足,不存在嗜睡情况"
 
411
  def get_info(radio1,radio2,radio3,radio4,radio5,radio6,result1,text1,radio8,radio9,radio10,result2,text2,result3,text3,adv,):
412
  #radio1,radio2,radio3睡眠情况
413
  if radio1==0:
414
+ if radio2=="存在":
415
  sleep="睡眠充足,存在嗜睡情况"
416
  else:
417
  sleep="睡眠充足,不存在嗜睡情况"