We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adedba commit 4056dbbCopy full SHA for 4056dbb
getworks.py
@@ -17,7 +17,7 @@
17
orcid_token = config('PUBLIC_ACCESS_TOKEN')
18
ORCID_API_version = "v3.0"
19
20
-testing = False
+testing = True
21
22
def fetch_hub_access_token(id, secret, test):
23
print("ID: {0}\nSecret: {1}\nTest: {2}\n".format(id, secret, test))
0 commit comments