瀏覽代碼

fixed intendation bug

digital 7 年之前
父節點
當前提交
141fc19e1e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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):
     """