Skip to content

Commit

Permalink
changed environ to get_env
Browse files Browse the repository at this point in the history
  • Loading branch information
miloswrath committed Sep 17, 2024
1 parent c4771f8 commit cac05d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jatosAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
# jap_5ThOJ14yf7z1EPEUpAoZYMWoETZcmJk305719

def get_met():
tease = os.environ['TEASE']

tease = os.getenv['TEASE']

proxies = {
'http': f'http:zjgilliam:{tease}//proxy.divms.uiowa.edu:8888',
Expand Down Expand Up @@ -61,7 +62,8 @@ def get_met():
return study_result_ids

def get_data(study_result_ids):
tease = os.environ['TEASE']

tease = os.getenv['TEASE']

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

0 comments on commit cac05d4

Please sign in to comment.