Set the token activity time to five minutes ago

This commit is contained in:
skiffer-git
2022-08-15 15:40:36 +08:00
parent 652d560a21
commit 073b6d200a
2 changed files with 3 additions and 3 deletions
+1 -2
View File
@@ -524,7 +524,7 @@ func init() {
if err != nil {
bytes, err = ioutil.ReadFile(filepath.Join(Root, "config", "config.yaml"))
if err != nil {
panic(err.Error())
panic(err.Error() + " config: " + filepath.Join(cfgName, "config", "config.yaml"))
}
} else {
Root = cfgName
@@ -541,5 +541,4 @@ func init() {
panic(err.Error())
}
}
}