🔇 忘记删 debug 日志了

This commit is contained in:
2024-05-14 16:20:57 +08:00
parent 98b58866e1
commit 3721d92f52

View File

@@ -121,12 +121,10 @@ async def trigger(
command_type: CommandType | Literal['rank'],
command_args: list[str],
) -> AsyncGenerator:
logger.debug('running')
trigger_time = datetime.now(UTC)
try:
yield
except FinishedException:
logger.debug('yield')
async with get_session() as session:
session.add(
TriggerHistoricalData(