瀏覽代碼

small fixe(s)

digital 8 年之前
父節點
當前提交
86174a0fb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/beewatch/server/__init__.py

+ 1 - 1
lib/beewatch/server/__init__.py

@@ -96,7 +96,7 @@ class ConnHandlerBeeWatch(digilib.network.ConnHandlerBase):
                     # self.bee_api,
                     args=args,
                     command=cmd,
-                    respond=respond,
+                    respond=self.respond,
                 )
             except Exception as e:
                 lserver.error("Error while calling api func",exc_info=e)