瀏覽代碼

Adding initRemote to labkeyInterface for SlicerExtension compatibility

Andrej 4 年之前
父節點
當前提交
d8e7fdeeca
共有 1 個文件被更改,包括 3 次插入0 次删除
  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()