Преглед изворни кода

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