Skip to content

Commit

Permalink
Update RESTAPI.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeck committed May 14, 2020
1 parent 1718758 commit 016061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/RESTAPI.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ Requests is straightforward to use, pass an URL to the requests.get() function a
if api_call.status_code != 200: # In case the page does not work properly.
print("Page Error")
for hit in api_call.json():
important_results.append([hit['REMID'], hit['chr'], hit['start'], hit['end'], hit['cellTypeActivity']['left kidney']])
important_results.append([hit['REMID'], hit['chr'], hit['start'], hit['end'], hit['cellTypeScore']['left kidney']])

0 comments on commit 016061a

Please sign in to comment.