cxd 8 months ago
parent
commit
9e17d8ec0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/Service/KbmService.py

+ 1 - 1
backend/Service/KbmService.py

@@ -1198,7 +1198,7 @@ class KbmService:
                 page_inder += inder
                 logger.info(page_inder)
 
-            logger.info("解析结束")
+            logger.info(f"解析结束{result}")
             return result
         
         except Exception as e: