Spaces:
Runtime error
Runtime error
Update consult_func.py
Browse files- consult_func.py +3 -3
consult_func.py
CHANGED
@@ -376,8 +376,8 @@ def keyword(
|
|
376 |
|
377 |
|
378 |
#保存测试数据
|
379 |
-
def save2(username,password,radio1,radio2,radio3,radio4,radio5,radio6,result1,text1,radio8,radio9,radio10,result2,text2,result3,text3,):
|
380 |
-
new_data2=
|
381 |
if (username=='' or password==''):
|
382 |
return '请填写完整信息'
|
383 |
|
@@ -408,7 +408,7 @@ def save2(username,password,radio1,radio2,radio3,radio4,radio5,radio6,result1,te
|
|
408 |
return results
|
409 |
|
410 |
#从作答项目获取存储内容
|
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 |
|
414 |
#radio4食欲情况
|
|
|
376 |
|
377 |
|
378 |
#保存测试数据
|
379 |
+
def save2(username,password,radio1,radio2,radio3,radio4,radio5,radio6,result1,text1,radio8,radio9,radio10,result2,text2,result3,text3,adv):
|
380 |
+
new_data2=get_info(radio1,radio2,radio3,radio4,radio5,radio6,result1,text1,radio8,radio9,radio10,result2,text2,result3,text3,adv,)
|
381 |
if (username=='' or password==''):
|
382 |
return '请填写完整信息'
|
383 |
|
|
|
408 |
return results
|
409 |
|
410 |
#从作答项目获取存储内容
|
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 |
|
414 |
#radio4食欲情况
|