Browse Source

去掉删除图片

lang 3 năm trước cách đây
mục cha
commit
b6517ed284
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/AiController.py

+ 1 - 1
Controller/AiController.py

@@ -192,7 +192,7 @@ class AiView(View):
                 thread_task.start()
                 thread_task.start()
             #需要删除图片
             #需要删除图片
             photo.close()
             photo.close()
-            self.del_path(os.path.join(BASE_DIR, 'static/ai/' + uid))
+            # self.del_path(os.path.join(BASE_DIR, 'static/ai/' + uid))
 
 
             #存储消息以及推送
             #存储消息以及推送
             is_st = 3  #多图
             is_st = 3  #多图