Skip to content

Commit

Permalink
Automated commit -> added return statement to parser in jatosapi
Browse files Browse the repository at this point in the history
  • Loading branch information
miloswrath committed Sep 23, 2024
1 parent f961aa7 commit 7442b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jatosAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_met(tease):

proxies = {
'http': f'http:zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
'https': f'https://zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
'https': f'http://zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
}


Expand Down Expand Up @@ -77,7 +77,7 @@ def get_data(study_result_ids, tease):

proxies = {
'http': f'http:zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
'https': f'https://zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
'https': f'http://zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
}

headers = {
Expand Down

0 comments on commit 7442b86

Please sign in to comment.