diff --git a/init.py b/init.py index 8ca096f..08afb0b 100644 --- a/init.py +++ b/init.py @@ -120,7 +120,7 @@ class AlarmClock: def setLcdText(self, text: str): self.lcd.clear() - self.lcd.write(text) + self.lcd.write(" "+text) print(f"LCD: {text}")