Skip to content

Commit

Permalink
Update getCitation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yingpengma authored Mar 19, 2024
1 parent 8eaac87 commit e1aab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getCitation.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@

json_data = json.dumps(r.json(), indent=2)
# print(json_data)
with open('./scripts/citationCount.json', 'w') as file:
with open('./citationCount.json', 'w') as file:
file.write(json_data)

0 comments on commit e1aab78

Please sign in to comment.