This commit is contained in:
Remy Moll 2020-10-13 18:06:18 +02:00
parent f4632613a7
commit d7b6f1a82c
3 changed files with 7 additions and 3 deletions

View File

@ -1,2 +1,6 @@
# chat-bot
Chat bot for two.
With a comprehensive explanation for the users.
## Coupled with a matrix-interface

View File

@ -24,7 +24,6 @@ class DashBoard(object):
if prev_time == datetime.datetime.now().strftime("%H:%M"):
time.sleep(5)
else:
if True:
print("implement me!")
prev_time = datetime.datetime.now().strftime("%H:%M")

View File

@ -88,6 +88,7 @@ class UnicornHat(object):
def set_matrix(self, matrix):
self.buffer = matrix
print(matrix)
self.show()