Commit 35fae96d authored by 张彦钊's avatar 张彦钊

change test file

parent f7bcc351
......@@ -210,6 +210,7 @@ def diary_write(device_id,cid):
value = ",".join([str(i) for i in set(value)])
cids = json.dumps(value)
r.set(key, cids)
print("cunz")
else:
r.set(key, json.dumps(",".join(cids)))
......
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