Bläddra i källkod

Adding initRemote to labkeyInterface for SlicerExtension compatibility

Andrej 4 år sedan
förälder
incheckning
d8e7fdeeca
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      labkeyInterface.py

+ 3 - 0
labkeyInterface.py

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