comparison 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
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 TARGET = 'sample' 24 TARGET = 'sample'
25 25
26 26
27 # 27 #
28 # This sample code shows how to setup a simple, high-performance DICOM 28 # This sample code shows how to setup a simple, high-performance DICOM