mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix bbgo-lorca
This commit is contained in:
parent
2b27815929
commit
3ec399e825
|
@ -97,7 +97,7 @@ func main() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := cmd.ConfigureTrader(trader, userConfig); err != nil {
|
if err := trader.Configure(userConfig); err != nil {
|
||||||
log.WithError(err).Error("failed to configure trader")
|
log.WithError(err).Error("failed to configure trader")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user