Skip to content

Commit

Permalink
Update aaa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
keballantyne authored Nov 20, 2024
1 parent 81579a1 commit 1f49c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eodms_dds/aaa.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def login(self):
return resp.json()

def refresh(self):
url = f"{self.}/aaa/v1/refresh"
url = f"{self.domain}/aaa/v1/refresh"

print(f"refresh url: {url}")

Expand Down

0 comments on commit 1f49c7d

Please sign in to comment.