Selaa lähdekoodia

Adding initRemote to labkeyInterface for SlicerExtension compatibility

Andrej 4 vuotta sitten
vanhempi
commit
d8e7fdeeca
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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()