Commit 36b96254 authored by 段英荣's avatar 段英荣

增加图片存储目录

parent bbccdefc
...@@ -496,7 +496,7 @@ if __name__ == '__main__': ...@@ -496,7 +496,7 @@ if __name__ == '__main__':
for query_word in top_query_list: for query_word in top_query_list:
cur_word_index += 1 cur_word_index += 1
print("query_word:%s" % query_word,flush=True) print("query_word:%s" % query_word,flush=True)
account.zhihu_query_by_word(query_word=query_word,zhihu_spider_fd=zhihu_spider_fd,zhihu_spider_question_fd=zhihu_spider_question_data_file,question_answer_dict=question_answer_dict,cur_word_index=cur_word_index) account.zhihu_query_by_word(query_word=query_word,zhihu_spider_fd=zhihu_spider_fd,zhihu_spider_question_fd=zhihu_spider_question_fd,question_answer_dict=question_answer_dict,cur_word_index=cur_word_index)
......
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