diff Resources/Samples/Python/HighPerformanceAutoRouting.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/HighPerformanceAutoRouting.py	Mon Jun 20 16:03:26 2016 +0200
+++ b/Resources/Samples/Python/HighPerformanceAutoRouting.py	Tue Jun 21 09:26:56 2016 +0200
@@ -20,7 +20,7 @@
 
 
 
-URL = 'http://localhost:8042'
+URL = 'http://127.0.0.1:8042'
 TARGET = 'sample'