always init

This commit is contained in:
Matthias 2021-09-25 01:23:32 +02:00
parent 5b691c90f9
commit 06ae979472
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -200,6 +200,7 @@ class IntegrationPlugin(MixinBase, plugin.InvenTreePlugin):
"""
def __init__(self):
super().__init__()
self.add_mixin('base')
self.set_sign_values()