Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 46cfb06

Browse files
committed
Automated commit -> added return statement to parser in jatosapi
1 parent e59036b commit 46cfb06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jatosAPI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_met(tease):
2424

2525
proxies = {
2626
'http': f'http:zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
27-
'https': f'https://zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
27+
'https': f'http://zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
2828
}
2929

3030

@@ -77,7 +77,7 @@ def get_data(study_result_ids, tease):
7777

7878
proxies = {
7979
'http': f'http:zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
80-
'https': f'https://zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
80+
'https': f'http://zjgilliam:{tease}@proxy.divms.uiowa.edu:8888',
8181
}
8282

8383
headers = {

0 commit comments

Comments
 (0)