diff --git a/pi/models.py b/pi/models.py index fbdf6c6..ae622f2 100644 --- a/pi/models.py +++ b/pi/models.py @@ -31,6 +31,7 @@ class PiLogManager(models.Manager): newest = PiLog.objects.create(simulation_x=x, simulation_y=y, total_count_inside=inside, total_count=total) + # TODO: remove the x, y return values, now that we track them in the object return newest, x, y