Skip to content

Commit 6527164

Browse files
authored
Update main.py
1 parent 2cc40df commit 6527164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_scholar_crawler/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
shieldio_data = {
1818
"schemaVersion": 1,
1919
"label": "citations",
20-
"message": f"{author['hindex']}",
20+
"message": f"{author['citedby']}",
2121
}
2222
with open(f'results/gs_data_shieldsio.json', 'w') as outfile:
2323
json.dump(shieldio_data, outfile, ensure_ascii=False)

0 commit comments

Comments
 (0)