pull/937/head
Bakadax 2025-05-10 14:33:00 +08:00
parent 0277605178
commit facc4bbef0
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ async def retrieve_contextual_info(
if current_short_term_history_earliest_time is not None:
try:
log_earliest_time_str = f"{current_short_term_history_earliest_time} (即 {datetime.fromtimestamp(current_short_term_history_earliest_time).strftime('%Y-%m-%d %H:%M:%S')})"
except:
except Exception:
log_earliest_time_str = str(current_short_term_history_earliest_time)
logger.debug(f"[{private_name}] (私聊历史) retrieve_contextual_info: "