@@ -0,0 +1,11 @@
from gpiozero import Button
from subprocess import check_call
from signal import pause
def disparo():
check_call(['python3', '/home/pi/PicaPiKAP/scripts/PicaPiKAP.py'])
shutdown_btn = Button(27, hold_time=2)
shutdown_btn.when_held = disparo
pause()
The note is not visible to the blocked user.