fix: 移除Traceback函数中的 show_locals 参数以简化错误追踪
This commit is contained in:
@@ -25,7 +25,7 @@ from .waiter import Waiter
|
||||
import traceback
|
||||
from rich.traceback import install
|
||||
|
||||
install(show_locals=True, extra_lines=3)
|
||||
install(extra_lines=3)
|
||||
|
||||
logger = get_logger("pfc")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user