💩 find errors need to fix

This commit is contained in:
yanyongyu
2021-12-04 22:57:44 +08:00
parent b52954a240
commit 59e139724b
3 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,9 @@ def run_postprocessor(func: T_RunPostProcessor) -> T_RunPostProcessor:
return func
# FIXME: run handler with try/except skipped exception
async def _check_matcher(
priority: int,
Matcher: Type[Matcher],