From d7b6f1a82cbb42166bd5e772850cc6249242c771 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Tue, 13 Oct 2020 18:06:18 +0200 Subject: [PATCH] Still? --- README.md | 4 ++++ dashboard.py | 5 ++--- dashboard_api/hat/unicorn.py | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04db60e..224ad55 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # chat-bot Chat bot for two. + +With a comprehensive explanation for the users. + +## Coupled with a matrix-interface diff --git a/dashboard.py b/dashboard.py index cb518ef..4be81cc 100644 --- a/dashboard.py +++ b/dashboard.py @@ -24,9 +24,8 @@ class DashBoard(object): if prev_time == datetime.datetime.now().strftime("%H:%M"): time.sleep(5) else: - if True: - print("implement me!") - + print("implement me!") + prev_time = datetime.datetime.now().strftime("%H:%M") self.IO.clock_face([]) diff --git a/dashboard_api/hat/unicorn.py b/dashboard_api/hat/unicorn.py index 149a8e4..7b8caec 100644 --- a/dashboard_api/hat/unicorn.py +++ b/dashboard_api/hat/unicorn.py @@ -88,6 +88,7 @@ class UnicornHat(object): def set_matrix(self, matrix): self.buffer = matrix + print(matrix) self.show()