浏览代码

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"))