mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-12 01:12:27 +08:00
update
This commit is contained in:
@@ -81,7 +81,7 @@ func init() {
|
||||
data, err = ioutil.ReadFile(path.Join(dir, "blackip.yml"))
|
||||
checkError(err)
|
||||
err = yaml.Unmarshal(data, BlackIP)
|
||||
chekError(err)
|
||||
checkError(err)
|
||||
}
|
||||
|
||||
func checkError(err error) {
|
||||
|
||||
Reference in New Issue
Block a user