Skip to content

Commit

Permalink
fix(script): remove slice
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo authored Jun 5, 2021
1 parent 2b69166 commit 4370f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/merge_into_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
charactors_json = json.loads(f.read())


for k, v in list(crawled_data.items())[48:]:
for k, v in list(crawled_data.items()):
if (
input(
f"Are you sure you want to overwrite that?\n\nkey: {k}\nvalue: {v}\n\n"
Expand Down

0 comments on commit 4370f0e

Please sign in to comment.