Просмотр исходного кода

Adding initRemote to labkeyInterface for SlicerExtension compatibility

Andrej 4 лет назад
Родитель
Сommit
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()