Skip to content

Commit

Permalink
✨ 初步对Uninfo的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Oct 22, 2024
1 parent ab89cd1 commit 86e50e3
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 399 deletions.
357 changes: 0 additions & 357 deletions liteyuki/mkdoc.py

This file was deleted.

4 changes: 3 additions & 1 deletion liteyuki/session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

from liteyuki.log import logger

from .models import *


def message_handler_thread(i_chans: Iterable[Chan[Any]]):
"""
Expand All @@ -18,4 +20,4 @@ def message_handler_thread(i_chans: Iterable[Chan[Any]]):
"""
for msg in select(*i_chans):
logger.debug(f"Recv from anybot {msg}")
logger.info(f"Recv from anybot {msg}")
logger.info(f"Recv from anybot {msg}")
Loading

0 comments on commit 86e50e3

Please sign in to comment.