Explorar o código

Remove unused variable

Mike Naberezny %!s(int64=11) %!d(string=hai) anos
pai
achega
9154bcb2ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      supervisor/medusa/thread/thread_channel.py

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

@@ -118,7 +118,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)