summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/photos/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/photos/models.py b/app/photos/models.py
index e04b80b..557b9a0 100644
--- a/app/photos/models.py
+++ b/app/photos/models.py
@@ -170,7 +170,7 @@ class LuxImage(models.Model):
else:
return False
- def save(self):
+ def save(self, *args, **kwargs):
if not self.point:
self.point = LuxImage.objects.latest().point
try: