Mercurial > hg > orthanc
diff Resources/Samples/Python/ContinuousPatientAnonymization.py @ 2032:65b1ce7cb84f
Replaced "localhost" by "127.0.0.1", as it might impact performance on Windows
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 21 Jun 2016 09:26:56 +0200 |
parents | b1291df2f780 |
children | a3a65de1840f |
line wrap: on
line diff
--- a/Resources/Samples/Python/ContinuousPatientAnonymization.py Mon Jun 20 16:03:26 2016 +0200 +++ b/Resources/Samples/Python/ContinuousPatientAnonymization.py Tue Jun 21 09:26:56 2016 +0200 @@ -37,7 +37,7 @@ the configuration option "StableAge"). Usage: %s [hostname] [HTTP port] -For instance: %s localhost 8042 +For instance: %s 127.0.0.1 8042 """ % (sys.argv[0], sys.argv[0])) exit(-1)