mirror of
https://github.com/koush/scrypted.git
synced 2026-09-19 10:10:39 +01:00
videoanalysis: typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user