diff --git a/app/text/models.py b/app/text/models.py index f3c0189..69ac772 100644 --- a/app/text/models.py +++ b/app/text/models.py @@ -159,8 +159,8 @@ class Text(models.Model): return annotations def save(self, *args, **kwargs): - annotations = self.get_annotations() - self.annotations = annotations + #annotations = self.get_annotations() + #self.annotations = annotations super().save(*args, **kwargs) def json(self):