Explorar o código

fixed intendation bug

digital %!s(int64=8) %!d(string=hai) anos
pai
achega
141fc19e1e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      network/__init__.py

+ 1 - 1
network/__init__.py

@@ -178,7 +178,7 @@ class ConnHandlerEcho(ConnHandler):
     def handle(self, data):
         for h in self.server.connection_handler:
             if not h is self:
-            h.send(data)
+                h.send(data)
 
 class Server(object):
     """