wangkun 2 lat temu
rodzic
commit
9fbe31a465
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      common/publish.py

+ 1 - 1
common/publish.py

@@ -351,5 +351,5 @@ class Publish:
                     Common.logger(log_type, crawler).error('file not a dir = {}'.format(fi_d))
             except Exception as e:
                 # 删除视频文件夹
-                # shutil.rmtree(f"./{crawler}/videos/{fv}/")
+                shutil.rmtree(f"./{crawler}/videos/{fv}/")
                 Common.logger(log_type, crawler).exception('upload_and_publish error', e)