From d471e27fa0ad55eef0a7bd90deb668d803e6c75f Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 19 Aug 2019 16:50:36 +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 3e9b2a9..7b83598 100644 --- a/real_tasks.py +++ b/real_tasks.py @@ -26,7 +26,7 @@ def get_event(): def run_tasks(): # args = get_event() - args = [1004, ] + args = [].append('1004') pool = Pool(processes=cpu_count()) pool.map(simple_work, args) pool.close()