models.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:flask-celery3-boilerplate 作者: sdg32 项目源码 文件源码
def schedule(self):
        return schedules.crontab(
            minute=self.minute,
            hour=self.hour,
            day_of_week=self.day_of_week,
            day_of_month=self.day_of_month,
            month_of_year=self.month_of_year
        )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号