Skip to content

Commit

Permalink
Update newtest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fskinner19 authored Feb 21, 2020
1 parent 25a1644 commit fac15f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/newtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def get_source_from_doi(doi):
doi = input("Enter DOI Here: ")
doi_fetched = get_source_from_doi(doi)

ads_token = '4PtdkIDyxpjjZ1JDYJ4HI59VXJuJD98tACcrnfPv'
ads_token = 'Enter Token Here'
token = ads_token

rdoi = doi
Expand All @@ -147,7 +147,7 @@ def get_source_from_doi(doi):
print(Bibcode)

##########################This section uses ADS to get the LaTeX encoded Title##########################
token="gx43LyUuTTD0zoTWx8qKpWbWi3euTmx7FCM3fJjY"
token="Enter Token Here"
payload = {"bibcode": ["{}".format(Bibcode)],
"sort": "first_author asc",
"format":
Expand Down

0 comments on commit fac15f3

Please sign in to comment.