Sfoglia il codice sorgente

Adding initRemote to labkeyInterface for SlicerExtension compatibility

Andrej 4 anni fa
parent
commit
d8e7fdeeca
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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()