Commit 4036b796 authored by lixiaofang's avatar lixiaofang

add

parent 03e2a76e
...@@ -42,8 +42,10 @@ def write_to_es(es_type, pk_list, use_batch_query_set=False): ...@@ -42,8 +42,10 @@ def write_to_es(es_type, pk_list, use_batch_query_set=False):
# use_batch_query_set=use_batch_query_set, # use_batch_query_set=use_batch_query_set,
# es=ESPerform.get_cli() # es=ESPerform.get_cli()
# ) # )
auto_click(pk_list)
# auto_reply(pk_list) if es_type == 'topic':
auto_click(pk_list)
# auto_reply(pk_list)
except: except:
......
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