diff --git a/busManager/coord/scheduled_tasks.py b/busManager/coord/scheduled_tasks.py index a06f8c8..2e33bac 100644 --- a/busManager/coord/scheduled_tasks.py +++ b/busManager/coord/scheduled_tasks.py @@ -9,6 +9,3 @@ def nightly_check_active_status(): traveller._update_active_status() if start_date != traveller.travel_start_date or end_date != traveller.travel_end_date or is_active != traveller.is_active: traveller.save() - - for traveller in Traveller.objects.all(): - traveller.save()