diff --git a/app.py b/app.py index d79f608..77d1535 100644 --- a/app.py +++ b/app.py @@ -8,11 +8,11 @@ def main(): time.sleep(0.1) GPIO.output(pin, GPIO.LOW) - print("Unlocking...") + print("[Door] Unlocking...") time.sleep(0.4) GPIO.output(pin, GPIO.HIGH) - print("Unlocked!") + print("[Door] Unlocked!") time.sleep(0.4) GPIO.cleanup(pin)