Browse Source

small fixe(s)

digital 8 năm trước cách đây
mục cha
commit
86174a0fb5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)