Bugfix (interface)

This commit is contained in:
Christian Kuster 2016-04-06 21:47:48 +02:00
parent bb0859d6c0
commit 4c29f83397

View File

@ -68,6 +68,6 @@ module.exports = {
}); });
return; return;
} }
scanner(callback); scanNetworks(callback);
} }
}; };