fixed initial openObserverClient instance error

pull/383/head
Michael Li 10 months ago
parent fb42790fac
commit e5ccb047e3
No known key found for this signature in database

@ -75,6 +75,7 @@ func NewClient(conf *Config, acc *hx.AsyncClientConf, fn hx.ResponseFn) OpenObse
user: conf.User,
password: conf.Password,
userAgent: userAgent,
respFn: fn,
client: hx.NewAsyncClient(http.DefaultClient, acc),
}
}

Loading…
Cancel
Save