Browse Source

Adding initRemote to labkeyInterface for SlicerExtension compatibility

Andrej 4 years ago
parent
commit
d8e7fdeeca
1 changed files with 3 additions and 0 deletions
  1. 3 0
      labkeyInterface.py

+ 3 - 0
labkeyInterface.py

@@ -15,6 +15,9 @@ class labkeyInterface:
             raise
             raise
 
 
         self.connectionConfig=json.load(f)
         self.connectionConfig=json.load(f)
+        self.initRemote()
+
+    def initRemote():
         
         
         self.http=urllib3.PoolManager()
         self.http=urllib3.PoolManager()