diff --git a/main.py b/main.py index e26f0d9..50da62e 100644 --- a/main.py +++ b/main.py @@ -27,3 +27,4 @@ with serial.Serial('COM10', 115200, timeout=1) as ser: "Authorization": f"Bearer {ntfy_token}" } ) + os.system("shutdown now") \ No newline at end of file