@@ -45,7 +45,7 @@ class VPNSubscription(CoinLdapSyncMixin, models.Model):
subnets = self.administrative_subscription.ip_subnet.all()
return [subnet for subnet in subnets if subnet.inet.version == version]
- def sync_to_ldap(self, creation):
+ def sync_to_ldap(self, creation, *args, **kwargs):
if creation:
config = LdapVPNConfig()
else: