Browse Source

Minor error

Andrej 4 years ago
parent
commit
188938c5ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      labkeyInterface.py

+ 1 - 1
labkeyInterface.py

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