Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wyaming89 committed Jul 23, 2024
1 parent 7371f17 commit 1db408f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/data.db
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
for type, url in URLS:
data = request_data(url)
for d in data:
d['create_time'] = date_format(d['create_time'])
d["createTime"] = date_format(d["createTime"])
data = [(type, *(d.values())) for d in data]
save_data(data)

Expand Down

0 comments on commit 1db408f

Please sign in to comment.