Commit 26c05f94 authored by 段英荣's avatar 段英荣

更改search_hashid

parent b7b19ad0
...@@ -377,7 +377,7 @@ class ZhihuAccount(object): ...@@ -377,7 +377,7 @@ class ZhihuAccount(object):
"limit": 10, "limit": 10,
"lc_idx": 22, "lc_idx": 22,
"show_all_topics": 0, "show_all_topics": 0,
"search_hash_id": "dc4a11848e2540981cf28634ff3609c0", "search_hash_id": "1dbb1e923a17f147356177932d1236e1",
"vertical_info": "0,0,0,0,0,0,0,0,0,1", "vertical_info": "0,0,0,0,0,0,0,0,0,1",
"correction": 1, "correction": 1,
"t": "general" "t": "general"
...@@ -642,7 +642,7 @@ if __name__ == '__main__': ...@@ -642,7 +642,7 @@ if __name__ == '__main__':
gevent_spawn_obj_list = list() gevent_spawn_obj_list = list()
for cur_index in range(0,500,1): for cur_index in range(0,50,1):
g_obj = gevent.spawn(concurrence_dispose_query_word,account) g_obj = gevent.spawn(concurrence_dispose_query_word,account)
gevent_spawn_obj_list.append(g_obj) gevent_spawn_obj_list.append(g_obj)
......
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