Skip to content

Commit b283859

Browse files
committed
fix: fix bug with wrong url for pi
1 parent 9da2963 commit b283859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagreader/web_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_auth_pi() -> HTTPKerberosAuth:
6060

6161

6262
def get_url_pi() -> str:
63-
return r"https://piwebapi-qa.equinor.com/piwebapi"
63+
return r"https://piwebapi.equinor.com/piwebapi"
6464

6565

6666
def get_auth_aspen(use_internal: bool = True):

0 commit comments

Comments
 (0)