瀏覽代碼

fix the python environment path problem

MaochengHu 2 年之前
父節點
當前提交
0f6303f99c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src_code/src/server_utils/image_convert.py

+ 1 - 1
src_code/src/server_utils/image_convert.py

@@ -5,7 +5,7 @@
 # @File : image_convert.py
 # @Project : server_develop
 
-import cv2
+
 import pybase64
 from PIL import Image
 from io import BytesIO