This commit is contained in:
cdle
2023-06-02 13:20:16 +08:00
parent 95c39869a6
commit 51bf6ae830
4 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ func Init() {
if err != nil {
os.MkdirAll(DataHome, os.ModePerm)
}
utils.ReadYaml(utils.ExecPath+"/conf/", &Config, "https://raw.githubusercontent.com/cdle/sillyplus/main/conf/demo_config.yaml")
// utils.ReadYaml(utils.ExecPath+"/conf/", &Config, "https://raw.githubusercontent.com/cdle/sillyplus/main/conf/demo_config.yaml")
initToHandleMessage()
sillyGirl.Set("started_at", time.Now().Format("2006-01-02 15:04:05"))