Andrej пре 4 година
родитељ
комит
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()