rambo 11 月之前
父節點
當前提交
169e9d845f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      python/api.py

+ 1 - 0
python/api.py

@@ -26,6 +26,7 @@ async def checkSelect(params: CheckSelectImages):
     else:
         need_cutout_images = service.check_need_cutout_images(file_path)
     # print("need_cutout_images",need_cutout_images)
+    # 
     if len([x for x in need_cutout_images if x["need_cutout"]]) == 0:
         raise UnicornException("您所选文件夹下没有jpg/png图片,或对应图片已扣图")
     return success(need_cutout_images)