Explorar el Código

Remove unused variable

Mike Naberezny hace 11 años
padre
commit
e3e0c968f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      supervisor/medusa/thread/thread_channel.py

+ 1 - 1
supervisor/medusa/thread/thread_channel.py

@@ -119,7 +119,7 @@ if __name__ == '__main__':
 
         def handle_accept (self):
             conn, addr = self.accept()
-            tp = thread_parent (conn, addr)
+            thread_parent(conn, addr)
 
     thread_server()
     #asyncore.loop(1.0, use_poll=1)