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)