Fixed the start_engine import name in main.py

This commit is contained in:
Batuhan Berk Başoğlu 2021-02-18 17:19:00 -05:00
parent 087c30622a
commit 304fb5a204
8 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +1,5 @@
import DBHelper
import start_engine
import Start_Engine
import Upload_Face
import Remove_Face
import Check_Up
@ -10,7 +10,7 @@ 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_register_firstname(),
DBHelper.get_register_lastname(),

Binary file not shown.

Binary file not shown.