Removed User 3.
This commit is contained in:
parent
7515a9994d
commit
1e3c4d79e3
2 changed files with 2 additions and 3 deletions
5
Main.py
5
Main.py
|
@ -1,13 +1,12 @@
|
|||
import DBHelper
|
||||
|
||||
import Start_Engine
|
||||
'import Start_Engine'
|
||||
import Upload_Face
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Starting the Program.")
|
||||
while True:
|
||||
if DBHelper.get_power() == "on":
|
||||
Start_Engine.start()
|
||||
'Start_Engine.start()'
|
||||
|
||||
if None not in (DBHelper.get_signal_firstname(),
|
||||
DBHelper.get_signal_lastname(),
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue