Face Registration is integrated with Database.

This commit is contained in:
Batuhan Berk Başoğlu 2020-11-14 12:28:50 -05:00
parent 2e81cb7d99
commit da462f2cba
336 changed files with 32 additions and 29 deletions

View file

@ -67,7 +67,7 @@ class Motor:
elif userStop=="N":
return False
else:
stop_motor(self)
self.stop_motor(self)
def start_alarm(self):