This commit is contained in:
cdle
2021-09-29 12:26:03 +08:00
parent 0fb018d791
commit 4170a1f191
+1 -1
View File
@@ -24,7 +24,7 @@ func init() {
if v.IsDir() {
continue
}
jr := string(ExecPath + "/develop/" + v.Name())
jr := string(ExecPath + "/develop/replies/" + v.Name())
data := ""
if strings.Contains(jr, "http") {
data, err = httplib.Get(jr).String()