소스 검색

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()