From e6acd1ddccc528283ee1ef17238474269cb1fa76 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Mon, 6 Mar 2017 19:41:03 +0100 Subject: [PATCH] Sleep button minor change. --- radio_class.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radio_class.py b/radio_class.py index 81905b5..8c96d0c 100755 --- a/radio_class.py +++ b/radio_class.py @@ -353,6 +353,8 @@ class Radio: now = int(time.time()) # (Pecus) self.timeTimer = now - self.timerValue * 60 # (Pecus) self.fireTimer() # (Pecus) + time.sleep(0.5) + self.setInterrupt() # (Pecus) time.sleep(0.5) # Zapobiega przewinieciu sie calego tytulu pandory na LCD przed wylaczeniem... dlaczego??? self.setInterrupt() # (Pecus)