Commit 83e26fdc authored by astaxie's avatar astaxie

fix config bug

parent 4a329db7
......@@ -85,7 +85,7 @@ func init() {
}
func ParseConfig() (err error) {
AppConfig, err := config.NewConfig("ini", AppConfigPath)
AppConfig, err = config.NewConfig("ini", AppConfigPath)
if err != nil {
return err
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment