diff --git a/plugin_saucenao/searcher.go b/plugin_saucenao/searcher.go index 12f19cdd..9915c1bc 100644 --- a/plugin_saucenao/searcher.go +++ b/plugin_saucenao/searcher.go @@ -61,7 +61,7 @@ func init() { // 插件主体 logrus.Debugln("[sausenao]开始下载", n) filepath, err = illust.DownloadToCache(i, n) if err == nil { - f = filepath + f = file.BOTPATH + "/" + filepath } } if f != "" {