This commit is contained in:
陈景阳
2019-09-27 10:28:46 +08:00
parent e728be6328
commit 0847c6a991

View File

@@ -107,7 +107,6 @@ func (s *SpiderSync) Download() {
// 解压缩临时文件到目标文件夹
dstPath := filepath.Join(
viper.GetString("spider.path"),
s.Spider.Name,
)
if err := utils.DeCompress(tmpFile, dstPath); err != nil {
log.Errorf(err.Error())