disable automatic alpr for now

This commit is contained in:
2020-05-25 16:39:45 +03:00
parent cc0b5efe9f
commit 32b3c643ef

View File

@@ -12,7 +12,7 @@ class Main {
init() { init() {
this.api.init(); this.api.init();
this.alpr.handle(); // this.alpr.handle();
} }
} }