diff --git a/backend/playlist/models/profile.py b/backend/playlist/models/profile.py index 11db46c..97b3634 100644 --- a/backend/playlist/models/profile.py +++ b/backend/playlist/models/profile.py @@ -131,7 +131,6 @@ class Profile(models.Model): return None def save(self, *args, **kwargs): - self.update_quota() super().save(*args, **kwargs) @receiver(post_save, sender=User)