Skip to content

Commit

Permalink
updated params for registration checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Feb 6, 2025
1 parent 8c8c7bd commit e37c270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions chrisClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def anonymize(self, params: dict, pv_id: int):
"orthancUrl": params["push"]["url"],
"orthancUsername": params["push"]["username"],
"orthancPassword": params["push"]["password"],
"PACSurl": params["pull"]["url"],
"PACSname": params["pull"]["pacs"],
"pushToRemote": params["push"]["aec"]
}
}
Expand Down
2 changes: 1 addition & 1 deletion dyanon.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
logger.remove()
logger.add(sys.stderr, format=logger_format)

__version__ = '1.1.0'
__version__ = '1.1.1'

DISPLAY_TITLE = r"""
_ _
Expand Down

0 comments on commit e37c270

Please sign in to comment.