some progress on the sprite sample app

This commit is contained in:
Moishe Lettvin
2023-12-30 08:45:25 -05:00
parent 0fc585a690
commit 9304cb3a7a
12 changed files with 43 additions and 8 deletions

View File

@@ -67,7 +67,7 @@ class IndexingMessageHandler(MessageHandler):
self.index_writer_thread = Thread(target=self.storage_writer, daemon=True)
self.index_writer_thread.start()
self.logger = logging.getLogger("bot-instance")
self.logger = logging.getLogger("dailyai")
def shutdown(self):
self.finalize_user_message()