From 8f695fe4638095b3aec912d9e01892ac561c55ac Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 19 Aug 2019 16:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=96=B0=E5=A2=9E=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=87=87=E9=9B=86=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- real_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/real_tasks.py b/real_tasks.py index 7b83598..d546194 100644 --- a/real_tasks.py +++ b/real_tasks.py @@ -26,7 +26,7 @@ def get_event(): def run_tasks(): # args = get_event() - args = [].append('1004') + args = ((1004, 6001, 'user'), (1016, 6001, 'share')) pool = Pool(processes=cpu_count()) pool.map(simple_work, args) pool.close()