mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
log depth api error
This commit is contained in:
parent
02c622d811
commit
7632638982
|
@ -38,6 +38,7 @@ func (f *DepthFrame) loadDepthSnapshot() {
|
|||
|
||||
depth, err := f.fetch(f.context)
|
||||
if err != nil {
|
||||
log.WithError(err).Errorf("depth api error")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user