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

Commit 7bb21c2

Browse files
committed
changed environ to get_env
1 parent 01b69b8 commit 7bb21c2

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
@@ -11,7 +11,7 @@
1111
# jap_5ThOJ14yf7z1EPEUpAoZYMWoETZcmJk305719
1212

1313
def get_met():
14-
tease = os.environ['TEASE']
14+
tease = os.getenv['TEASE']
1515

1616
proxies = {
1717
'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.environ['TEASE']
66+
tease = os.getenv['TEASE']
6767

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

0 commit comments

Comments
 (0)