Added some comments.

This commit is contained in:
Batuhan Berk Başoğlu 2021-02-04 17:49:14 -05:00
parent f2ff3e7a96
commit 4029c87fdc
6 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 0 B

View file

@ -5,8 +5,9 @@ import Remove_Face
import Check_Up
if __name__ == "__main__":
print("Must do the check up First. (This may take long time.)")
Check_Up.update()
print("Starting the Program.")
print("Starting the program.")
while True:
if DBHelper.get_power() == "on":
Start_Engine.start()

Binary file not shown.