From 32b3c643efe05f063b6d9fc744a8351dc99d640d Mon Sep 17 00:00:00 2001 From: Karli Udso Date: Mon, 25 May 2020 16:39:45 +0300 Subject: [PATCH] disable automatic alpr for now --- api/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/index.js b/api/src/index.js index f408b8a..2b6df56 100644 --- a/api/src/index.js +++ b/api/src/index.js @@ -12,7 +12,7 @@ class Main { init() { this.api.init(); - this.alpr.handle(); + // this.alpr.handle(); } }