Commit 02c4f83e authored by Michal Čihař's avatar Michal Čihař

Correctly use MT ID attribute

parent ba6847a6
......@@ -40,4 +40,4 @@ for path in appsettings.MACHINE_TRANSLATION_SERVICES:
'Module "%s" does not define a "%s" class' %
(module, attr)
)
SERVICES[cls.check_id] = cls()
SERVICES[cls.mtid] = cls()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment