Commit 960d23d3 by 孙龙

up

parent bb3c8789
Showing with 1 additions and 0 deletions
......@@ -49,6 +49,7 @@ func (t *RecvPro) FailAction(err error,dataByte []byte) error {
func initDb(action string,dns string) (err error) {
err = db.CreateDB(action,dns)
if err != nil {
fmt.Println(err)
return
}
......
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 sign in to comment