tidying detour + usb rcording + a few other small bits

This commit is contained in:
langolierz
2019-07-02 20:41:51 +00:00
parent 37f2833090
commit 80d4eaa20a
31 changed files with 82 additions and 29 deletions

View File

@@ -27,3 +27,6 @@ class MessageHandler(object):
if self.number_of_messages is 0:
self.current_message = [None, None, None]
def clear_all_messages(self):
self.current_message = [None, None, None]
self.number_of_messages = 0