digital %!s(int64=7) %!d(string=hai) anos
pai
achega
61136f9f91
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      lib/beewatch/server/__init__.py

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

@@ -69,8 +69,7 @@ class ConnHandlerBeeWatch(digilib.network.ConnHandlerBase):
         }
 
     def handle(self, data):
-        data_decoded=data_decoded.strip()
-        # lchat.info("Client:"+data_decoded)
+        data = data.strip()
         data = data.split(" ")
         cmd,*args = data
         kwargs = {"args":args,"command":cmd,"respond":self.respond}