Skip to content

Commit

Permalink
Reinstate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyestein committed Apr 30, 2024
1 parent 50a8dc9 commit 6a997b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion orthanc/orthanc-anon/plugin/pixl.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,10 @@ def _azure_available() -> bool:

def OnChange(changeType, level, resource): # noqa: ARG001
"""
If a study is stable and if should_auto_route returns true
- If a study is stable and if should_auto_route returns true
then notify the export API that it should perform the upload of DICOM data.
- If orthanc has started then start a timer to refresh the Azure token every 30 seconds
- If orthanc has stopped then cancel the timer
"""
if not should_auto_route():
return
Expand Down

0 comments on commit 6a997b8

Please sign in to comment.