changeset 205:42e4c00fe7c8 Orthanc-1.5.2

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Jan 2019 19:11:20 +0100
parents 7a58288d1b27
children 48f3389e0bd0
files GenerateConfigurationForTests.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Wed Jan 16 09:17:03 2019 +0100
+++ b/GenerateConfigurationForTests.py	Fri Jan 18 19:11:20 2019 +0100
@@ -81,7 +81,7 @@
 
 # Download the content of the default configuration file
 with open(args.target, 'w') as f:
-    url = 'https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.2.0/Resources/Configuration.json'
+    url = 'https://bitbucket.org/sjodogne/orthanc/raw/default/Resources/Configuration.json'
     http = urllib.urlopen(url)
     if http.getcode() != 200:
         raise Exception('Cannot download: %s' % url)
@@ -118,7 +118,7 @@
 config['JobsHistorySize'] = 1000
 config['SynchronousCMove'] = False
 config['MediaArchiveSize'] = 1
-config['KeepAlive'] = False
+del config['KeepAlive']
 
 config['Dictionary'] = {
     '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ],