Andrej 4 лет назад
Родитель
Сommit
188938c5ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      labkeyInterface.py

+ 1 - 1
labkeyInterface.py

@@ -17,7 +17,7 @@ class labkeyInterface:
         self.connectionConfig=json.load(f)
         self.initRemote()
 
-    def initRemote():
+    def initRemote(self):
         
         self.http=urllib3.PoolManager()