Skip to content

Commit

Permalink
Update test3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fskinner19 authored Feb 21, 2020
1 parent 1ac7b32 commit 95d81ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/test3.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import requests
import json

token="gx43LyUuTTD0zoTWx8qKpWbWi3euTmx7FCM3fJjY"
token="Enter Token Here"
payload = {"bibcode": ["2012PhRvA..85c2515Z"],
"sort": "first_author asc",
"format":
Expand Down Expand Up @@ -58,4 +58,4 @@
print('doi:', ref_json['doi'])
print('bibcode:', ref_json['bibcode'])

response_json['export']
response_json['export']

0 comments on commit 95d81ea

Please sign in to comment.