fix indent

This commit is contained in:
Matthias 2022-01-21 00:31:03 +01:00
parent ff897ccc41
commit 116369bba1
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -95,7 +95,7 @@ class PluginConfig(models.Model):
if not reload:
if (self.active is False and self.__org_active is True) or \
(self.active is True and self.__org_active is False):
(self.active is True and self.__org_active is False):
registry.reload_plugins()
return ret