Skip to content

Commit

Permalink
added auth for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
miloswrath committed Sep 17, 2024
1 parent 9328775 commit c4771f8
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 @@ -11,7 +11,7 @@
# jap_5ThOJ14yf7z1EPEUpAoZYMWoETZcmJk305719

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

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

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

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

0 comments on commit c4771f8

Please sign in to comment.