Still?
This commit is contained in:
parent
f4632613a7
commit
d7b6f1a82c
@ -1,2 +1,6 @@
|
||||
# chat-bot
|
||||
Chat bot for two.
|
||||
|
||||
With a comprehensive explanation for the users.
|
||||
|
||||
## Coupled with a matrix-interface
|
||||
|
@ -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([])
|
||||
|
||||
|
@ -88,6 +88,7 @@ class UnicornHat(object):
|
||||
|
||||
def set_matrix(self, matrix):
|
||||
self.buffer = matrix
|
||||
print(matrix)
|
||||
self.show()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user