remove todo

This commit is contained in:
Laura Klünder 2024-12-27 22:20:09 +01:00
parent c5c8df7678
commit 279fa1eed5

View file

@ -134,7 +134,7 @@ class Command(BaseCommand):
result.altitude = 0
if altitude_quest:
result.altitude_quest = True
result.save() # todo: onyl save if changes… etc
result.save()
for import_tag, location in beacons_so_far.items():
location.delete()