Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RayeRen committed Mar 4, 2022
1 parent c1d53c1 commit b540db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_scholar_crawler/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"logoSvg": gs_svg
}
with open(f'results/gs_data_shieldsio.json', 'w') as outfile:
json.dump(author, outfile, ensure_ascii=False)
json.dump(shieldio_data, outfile, ensure_ascii=False)

0 comments on commit b540db2

Please sign in to comment.