Commit adc37897 authored by lixiaofang's avatar lixiaofang

add

parent efaaabef
This diff is collapsed.
......@@ -68,6 +68,8 @@ if __name__ == "__main__":
redis_client.set(redis_key2, json.dumps(reply_data_comment))
else:
redis_client.set(redis_key1, json.dumps(reply_data_comment))
else:
redis_client.set(redis_key1, json.dumps(reply_data_comment))
except:
logging.error("catch exception,main:%s" % traceback.format_exc())
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