Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Jan 10, 2020
1 parent 59b7de4 commit 8b06a03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alpr-speed.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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))

0 comments on commit 8b06a03

Please sign in to comment.