Commit c6d355aa authored by 赵威's avatar 赵威

update printer

parent c5dba652
...@@ -140,6 +140,6 @@ def model_predict_diary(device_id, diary_ids, device_dict, diary_dict, predict_f ...@@ -140,6 +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) # device_info, _, _ = device_diary_fe(device_id, diary_ids, device_dict, diary_dict)
print(device_info) # 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