|
@@ -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)
|