From 8decb436d0806976f7faf1619a41c91c2a98b020 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 31 Mar 2022 00:41:15 -0400 Subject: [PATCH] fixing formatting --- pi-calendar-sign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi-calendar-sign.py b/pi-calendar-sign.py index afb49d1..5650f0a 100644 --- a/pi-calendar-sign.py +++ b/pi-calendar-sign.py @@ -61,7 +61,7 @@ def process_events(events): if is_working_time: update_display(color=COLOR_BLUE, text = "Work time - No event") else: - update_display(color=COLOR_GREEN, text = "Looks like 420 to me ayooo") + update_display(color=COLOR_GREEN, text = "Ayooo Looks like 420 lets blaze!") def main():