Skip to content

Commit

Permalink
Automated commit -> HOPEFULLY - fixed API studyIDs and cleaned data dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
miloswrath committed Sep 25, 2024
1 parent ea22a3e commit e5d594c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed data/placeholder.txt
Empty file.
4 changes: 2 additions & 2 deletions jatosAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_met(tease):
'Content-Type': 'application/json',
}
data = {
'studyIds': [980, 981, 982, 904, 979, 977]
'studyIds': [980, 981, 982, 978, 979, 977]
}

response = requests.post(url, headers=headers, json=data, proxies=proxies)
Expand Down Expand Up @@ -88,7 +88,7 @@ def get_data(study_result_ids, tease):
}
# Get the data for each study result
datas = {
'studyIds': [980, 981, 982, 904, 979, 977],
'studyIds': [980, 981, 982, 978, 979, 977],
'studyResultIds': study_result_ids
}

Expand Down

0 comments on commit e5d594c

Please sign in to comment.