0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Minor rollback for readability

This commit is contained in:
boltgolt 2018-11-19 11:59:50 +01:00
parent 23088907ad
commit dee2c98a99
No known key found for this signature in database
GPG key ID: BECEC9937E1AAE26

View file

@ -121,7 +121,8 @@ while frames < 60:
# If we've found at least one, we can continue
if enc:
break
else:
if not enc:
print("No face detected, aborting")
sys.exit(1)