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 080c601 commit bc4de0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jatosAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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 @@ -63,7 +63,7 @@ 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 bc4de0a

Please sign in to comment.