Andrej 4 anos atrás
pai
commit
188938c5ff
1 arquivos alterados com 1 adições e 1 exclusões
  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()