83e26fdc by astaxie

fix config bug

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