Updated Comments.
This commit is contained in:
parent
f5e99dd345
commit
18160f1c67
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import Facial_Recognition_Wrapper
|
||||||
|
|
||||||
def start():
|
def start():
|
||||||
# Downloads all the user and thief photos from database to the project folder first or updates them.
|
# Downloads all the user and thief photos from database to the project folder first or updates them.
|
||||||
|
# Then it starts Facial Recognition Software.
|
||||||
count = 0
|
count = 0
|
||||||
users = DBHelper.db.child("Users").get()
|
users = DBHelper.db.child("Users").get()
|
||||||
thieves = DBHelper.db.child("Thieves").get()
|
thieves = DBHelper.db.child("Thieves").get()
|
||||||
|
|
Loading…
Reference in a new issue