Updated Comments.

This commit is contained in:
Batuhan Berk Başoğlu 2020-11-16 13:17:54 -05:00
parent f5e99dd345
commit 18160f1c67

View file

@ -5,6 +5,7 @@ import Facial_Recognition_Wrapper
def start():
# 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
users = DBHelper.db.child("Users").get()
thieves = DBHelper.db.child("Thieves").get()