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 b64f7d9 commit a08d314
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 @@ -64,7 +64,7 @@ def get_met():

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 a08d314

Please sign in to comment.