Skip to content
Snippets Groups Projects
Commit 7cd781e9 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Get module instance after checking for zeroconf

parent 4c3110c2
No related branches found
No related tags found
No related merge requests found
......@@ -406,9 +406,9 @@ class PluginManager(metaclass=Singleton):
return
for con in app.connections.values():
for module in plugin.modules:
instance, name = module.get_instance(con)
if not module.zeroconf and con.name == 'Local':
continue
instance, name = module.get_instance(con)
modules.register_single(con, instance, name)
# If handlers have been registered, register the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment