瀏覽代碼

Minor error

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