From 8b06a033195d96eea11cc4e5502cffd1f4852464 Mon Sep 17 00:00:00 2001 From: Claude Pageau Date: Fri, 10 Jan 2020 09:32:18 -0600 Subject: [PATCH] Fix Typo --- alpr-speed.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/alpr-speed.py b/alpr-speed.py index 6b04d10..aeddba4 100644 --- a/alpr-speed.py +++ b/alpr-speed.py @@ -5,7 +5,7 @@ You will need to configure openalpr to suit your needs eg country, regions, config, Etc. As each image is processed the speed_cam.db speed table -status field will be updated to NULL or plate info. image is only processed once. +status field will be updated to NULL or plate info if found. image is only processed once. Note ---- @@ -69,7 +69,7 @@ print(" sudo apt-get install openalpr-utils libopenalpr-dev") sys.exit(1) -PROG_VER = "ver 1.75" +PROG_VER = "ver 1.76" #================= # User Variables @@ -194,6 +194,6 @@ finally: print("DB_CONN.close %s" % DB_FILE) DB_CONN.close() - print("ALRP.unload") + print("ALPR.unload") ALPR.unload() - print("Bye ...") + print("%s %s Bye ..." % (PROG_NAME, PROG_VER))