소스 검색

FAQ referenced deprecated celery.task.schedules

Ask Solem 13 년 전
부모
커밋
de61502ebf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      FAQ

+ 1 - 1
FAQ

@@ -688,7 +688,7 @@ Or to schedule a periodic task at a specific time, use the
 
 .. code-block:: python
 
-    from celery.task.schedules import crontab
+    from celery.schedules import crontab
     from celery.task import periodic_task
 
     @periodic_task(run_every=crontab(hour=7, minute=30, day_of_week="mon"))