Skip to content

Commit 4056dbb

Browse files
committed
enter testing mode
1 parent 2adedba commit 4056dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getworks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
orcid_token = config('PUBLIC_ACCESS_TOKEN')
1818
ORCID_API_version = "v3.0"
1919

20-
testing = False
20+
testing = True
2121

2222
def fetch_hub_access_token(id, secret, test):
2323
print("ID: {0}\nSecret: {1}\nTest: {2}\n".format(id, secret, test))

0 commit comments

Comments
 (0)