comparison Resources/Samples/Python/AnonymizeAllPatients.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
comparison
equal deleted inserted replaced
2031:a6e8e2251304 2032:65b1ce7cb84f
18 # You should have received a copy of the GNU General Public License 18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20 20
21 21
22 22
23 URL = 'http://localhost:8042' 23 URL = 'http://127.0.0.1:8042'
24 24
25 # 25 #
26 # This sample code will anonymize all the patients that are stored in 26 # This sample code will anonymize all the patients that are stored in
27 # Orthanc. 27 # Orthanc.
28 # 28 #