From d5743035c14ec272d62b646c5f2b076fa815a7ac Mon Sep 17 00:00:00 2001 From: John Mullins Date: Fri, 16 Feb 2024 18:16:06 +1100 Subject: [PATCH] Removed temporary address migration tool --- busManager/coord/scheduled_tasks.py | 3 --- 1 file changed, 3 deletions(-) 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()