소스 검색

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)