Skip to content

Commit

Permalink
Update user agent string
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebic committed Dec 11, 2024
1 parent 55b2a0e commit 3257517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adit_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def _create_dicom_web_client(self, ae_title: str) -> DICOMwebClient:
stow_url_prefix="stowrs",
headers={
"Authorization": f"Token {self.auth_token}",
"User-Agent": f"adit-client/{self.__version__}",
"User-Agent": f"python-adit_client/{self.__version__}",
},
)

Expand Down

0 comments on commit 3257517

Please sign in to comment.