Skip to content

Commit

Permalink
看起来是要两个/
Browse files Browse the repository at this point in the history
  • Loading branch information
hutiance committed Oct 16, 2021
1 parent 6bbc22c commit 81fbc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_acgimage/classify.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
var (
botpath, _ = os.Getwd()
datapath = botpath + "/data/acgimage/"
cacheuri = "file:/" + datapath + "cache"
cacheuri = "file://" + datapath + "cache"
// r18有一定保护,一般不会发出图片
randapi = "&loli=true&r18=true"
msgof = make(map[int64]int64)
Expand Down

0 comments on commit 81fbc02

Please sign in to comment.