Rich
Rich
[root@localhost DHT-woodworm]# python downloadTorrent.py Traceback (most recent call last): File "downloadTorrent.py", line 120, in getAllTorrents("hash_info") File "downloadTorrent.py", line 45, in getAllTorrents except WindowsError,e: NameError: global name 'WindowsError' is not defined
Exception happened during processing of request from ('78.37.74.47', 27200) Traceback (most recent call last): File "/usr/local/lib/python2.7/SocketServer.py", line 582, in process_request_thread self.finish_request(request, client_address) File "/usr/local/lib/python2.7/SocketServer.py", line 323, in finish_request self.RequestHandlerClass(request, client_address,...
您好,我想只想删除HASH值,不需要其他信息,我在程序里删除了前面的日志,但是抓到的HASH值后面有个from XXX.XXX.XXX.XXX:XX 这么一段IP地址,请问要修改什么地方,才能只抓取HASH不显示任何多余的东西