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