Commit 9241b5b6 authored by litaolemo's avatar litaolemo

update

parent c67e6c1d
......@@ -880,7 +880,7 @@ bool_type_list = ('true','false')
for city in city_list:
for query in query_list:
for bool_type in bool_type_list:
redis_key = "v6_doctor_officer_doctor_{}_{}".format(bool_type, city_list[city])
redis_key = "v6_doctor_officer_{}_{}".format(bool_type, city_list[city])
try:
# if True:
# if rds.hexists(city,query):
......
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