Commit c2f9e0e9 authored by liyang's avatar liyang

fix:时间戳int to string

parent 73e25c43
......@@ -163,7 +163,7 @@ def reptile(browser=None, search_word=""):
"reptileTime": str(int(time.time())),
"type": content_type,
"author": element_author.text,
"releaseTime": release_time,
"releaseTime": str(release_time),
"picture_url": ",".join(picture_url)
}
# --------------- 组装数据 end---------------------
......
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