From c134135d4e5954dd0547411df087685d01b796a2 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Thu, 29 Oct 2020 10:54:46 +0100 Subject: [PATCH] so... --- clock/main.py | 2 +- launch.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clock/main.py b/clock/main.py index bad290a..2375095 100644 --- a/clock/main.py +++ b/clock/main.py @@ -14,7 +14,7 @@ import persistence.rw class ClockFace(object): """Actual functions one might need for a clock""" - def __init__(self, text_speed=12): + def __init__(self, text_speed=15): self.IO = led.OutputHandler(32,16) self.tspeed = text_speed diff --git a/launch.sh b/launch.sh index ebe4b24..635b0b5 100644 --- a/launch.sh +++ b/launch.sh @@ -1,4 +1,5 @@ #!/bin/bash +sleep 30 cd /home/pi/AIO sudo python3 launcher.py