Commit ca97dae2 authored by Yaowentong's avatar Yaowentong

豆包安卓修复

parent 2d2ee657
...@@ -299,7 +299,6 @@ def doubao_mobile_process_original_data(data): ...@@ -299,7 +299,6 @@ def doubao_mobile_process_original_data(data):
suggestions, rich_media_block) suggestions, rich_media_block)
return (file_path, search_keyword, url_list, think_content, response_content, suggestions) return (file_path, search_keyword, url_list, think_content, response_content, suggestions)
except Exception as e: except Exception as e:
# traceback.print_exc()
parts = file_path.split('/') parts = file_path.split('/')
platform = parts[2] platform = parts[2]
task_id = parts[1] task_id = parts[1]
......
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