Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Feb 10, 2021
1 parent f4e18a1 commit 2f3fb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/ads1.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

n1 = 0
for paper in q:
print(paper.year, paper.citation_count, paper.bibcode, paper.first_author, paper.title)
print("%s\t%s\t%s\t%s\t%s" % (paper.year, paper.citation_count, paper.bibcode, paper.first_author, paper.title[0]))
n1 = n1 + 1

q1=q.response.get_ratelimits()
Expand Down

0 comments on commit 2f3fb62

Please sign in to comment.