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

Commit 080c601

Browse files
committed
added auth for proxy
1 parent 5eed852 commit 080c601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jatosAPI.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
def get_met():
1414

15-
tease = os.envron['TEASE']
15+
tease = os.environ['TEASE']
1616

1717
proxies = {
1818
'http': f'http:zjgilliam:{tease}//proxy.divms.uiowa.edu:8888',
@@ -63,7 +63,7 @@ def get_met():
6363
return study_result_ids
6464

6565
def get_data(study_result_ids):
66-
tease = os.envron['TEASE']
66+
tease = os.environ['TEASE']
6767

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

0 commit comments

Comments
 (0)