Commit a964ace2 authored by 赵威's avatar 赵威

updatet printer

parent 1f041d8e
...@@ -140,4 +140,6 @@ def model_predict_diary(device_id, diary_ids, device_dict, diary_dict, predict_f ...@@ -140,4 +140,6 @@ def model_predict_diary(device_id, diary_ids, device_dict, diary_dict, predict_f
return res return res
except Exception as e: except Exception as e:
print(e) print(e)
device_info, _, _ = device_diary_fe(device_id, diary_ids, device_dict, diary_dict)
print(device_info)
return [] return []
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment