Skip to content

Commit

Permalink
removed exposed values
Browse files Browse the repository at this point in the history
  • Loading branch information
sri0606 committed Sep 13, 2023
1 parent 1e69450 commit 7b91c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"outputs": [],
"source": [
"from src import pyorcid\n",
"orcid_id = '0000-0003-0666-9883'\n",
"access_token = \"93544ef8-a27c-442f-b9c0-9ab0052e871d\"\n",
"orcid_id = '0000-0000-0000-0000'\n",
"access_token = \"xxxx-xxxxx-x-xxxxx-xx\"\n",
"orcid = pyorcid.Orcid(orcid_id=orcid_id,orcid_access_token=access_token)\n",
"# orcid.__dir__()"
]
Expand Down Expand Up @@ -156,7 +156,7 @@
"outputs": [],
"source": [
"from src import pyorcid\n",
"orcid_id = '0000-0003-0666-9883'\n",
"orcid_id = '0000-0000-0000-0000'\n",
"orcid = pyorcid.OrcidScrapper(orcid_id=orcid_id)\n",
"orcid.__dir__()"
]
Expand Down

0 comments on commit 7b91c5e

Please sign in to comment.