From 7419eaf47f4e12b514ea53f33339d73b7553bb48 Mon Sep 17 00:00:00 2001 From: rogersun Date: Sun, 12 Jul 2026 08:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=BC=BA=E5=B0=91=E5=8F=82=E6=95=B0=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/tasks.py b/ai/tasks.py index 3a8fa9b..bc8485d 100644 --- a/ai/tasks.py +++ b/ai/tasks.py @@ -13,6 +13,6 @@ def ai_show_general(): @shared_task(time_limit=18*60, soft_time_limit=18*60) def get_new_movie_task(): - get_new_movie() + get_new_movie(None) print("task success") return True \ No newline at end of file