Skip to content

Commit

Permalink
videoanalysis: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Apr 20, 2024
1 parent e7fd88b commit 2fb6331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/objectdetector/src/smart-motionsensor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export class SmartMotionSensor extends ScryptedDeviceBase implements Settings, R
continue;
if (levenshteinDistance(label, d.label) <= labelDistance)
return true;
this.console.log('No label does not match.', label, d.label);
this.console.log('Label does not match.', label, d.label);
}

return false;
Expand Down

0 comments on commit 2fb6331

Please sign in to comment.