Skip to content

Commit e1b1c96

Browse files
auvipyCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a0fbaba commit e1b1c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django_celery_beat/schedulers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ class StrictDatabaseScheduler(DatabaseScheduler):
557557
"""
558558

559559
def setup_schedule(self):
560-
super().setup_schedule()
561560
self._disable_unknown_tasks()
561+
super().setup_schedule()
562562

563563
def _disable_unknown_tasks(self):
564564
for task in self.Model.objects.enabled():

0 commit comments

Comments
 (0)