fix a typo

This commit is contained in:
clowwindy 2012-11-01 14:54:45 +08:00
parent bd6b8dd857
commit 9b2d8027c5

View file

@ -67,9 +67,6 @@ class Socks5Server(SocketServer.StreamRequestHandler):
def decrypt(self, data):
return data.translate(decrypt_table)
def send_encrpyt(self, sock, data):
sock.send(self.encrypt(data))
def handle(self):
try:
print 'socks connection from ', self.client_address