Commit 6ffc324f authored by 邱阿朋's avatar 邱阿朋

refactor(spa_search): 取消消息推送功能

- 注释掉了 spa_search.py 文件中的 push_data_queue 函数调用
-此修改暂时停用了消息推送功能
parent f8352a6e
......@@ -223,7 +223,7 @@ def main():
# 保存数据到 Excel 文件
save_excel(sheet_data, large_sheet_data, new_file_name)
# 推送消息
# push_data_queue(new_file_name)
push_data_queue(new_file_name)
def process_large_items(item_list, relation_data):
......
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