Added some comments.
This commit is contained in:
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 |
3
Main.py
3
Main.py
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue