From fe2f998bca63a9ceeee9a049e89ad05fb144d45d Mon Sep 17 00:00:00 2001 From: AKW <2497744746@qq.com> Date: Wed, 13 Dec 2023 18:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E8=B0=83=E5=9C=B0=E5=9D=80=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jqr/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/jqr/tasks.py b/apps/jqr/tasks.py index d821cff..ee1f0c0 100644 --- a/apps/jqr/tasks.py +++ b/apps/jqr/tasks.py @@ -6,6 +6,6 @@ logger = logging.getLogger('apps') @shared_task(name='save_add_contact') def save_add_contact(*args, **kwargs): - print(args) - print(kwargs) logger.info('save_add_contact') + while True: + pass