mirror of
https://github.com/BoardWare-Genius/jarvis-models.git
synced 2025-12-13 16:53:24 +00:00
feat: wip
This commit is contained in:
@ -8,3 +8,6 @@ class LogHandler(logging.StreamHandler):
|
||||
def emit(self, record) -> None:
|
||||
print("emit", record)
|
||||
|
||||
def handle(self, record) -> None:
|
||||
print("@ handle",record)
|
||||
|
||||
Reference in New Issue
Block a user