From 66cc7cf239aa0ee12443eb7622a6dd6f7c6d5926 Mon Sep 17 00:00:00 2001 From: lightning1141 Date: Mon, 23 Jan 2017 11:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=90=E8=A1=8C=E4=BA=A7?= =?UTF-8?q?=E7=94=9F=E5=83=B5=E6=AD=BB=E8=BF=9B=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IPProxy.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/IPProxy.py b/IPProxy.py index 4b47040..12f0d98 100644 --- a/IPProxy.py +++ b/IPProxy.py @@ -20,9 +20,7 @@ p1.start() p2.start() p3.start() - - - - - - + p0.join() + p1.join() + p2.join() + p3.join()