Mercurial > hg > orthanc
changeset 3340:ca65e3dcce72
typo
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 04 Apr 2019 16:03:29 +0200 |
parents | d59521c395d9 |
children | 8f44dadcdbc1 |
files | Resources/Samples/Python/ChangesLoop.py Resources/Samples/Python/HighPerformanceAutoRouting.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Samples/Python/ChangesLoop.py Thu Apr 04 14:02:55 2019 +0000 +++ b/Resources/Samples/Python/ChangesLoop.py Thu Apr 04 16:03:29 2019 +0200 @@ -71,7 +71,7 @@ }) for change in r['Changes']: - # We are only interested interested in the arrival of new instances + # We are only interested in the arrival of new instances if change['ChangeType'] == 'NewInstance': # Call the callback function path = change['Path']
--- a/Resources/Samples/Python/HighPerformanceAutoRouting.py Thu Apr 04 14:02:55 2019 +0000 +++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py Thu Apr 04 16:03:29 2019 +0200 @@ -70,7 +70,7 @@ }) for change in r['Changes']: - # We are only interested interested in the arrival of new instances + # We are only interested in the arrival of new instances if change['ChangeType'] == 'NewInstance': queue.put(change['ID'])