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

Commit 7442b86

Browse files
committed
Automated commit -> added return statement to parser in jatosapi
1 parent f961aa7 commit 7442b86

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
@@ -25,7 +25,7 @@ def get_met(tease):
2525

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

3131

@@ -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)