fix bbgo-lorca

This commit is contained in:
c9s 2021-03-22 17:30:43 +08:00
parent 2b27815929
commit 3ec399e825

View File

@ -97,7 +97,7 @@ func main() {
return
}
if err := cmd.ConfigureTrader(trader, userConfig); err != nil {
if err := trader.Configure(userConfig); err != nil {
log.WithError(err).Error("failed to configure trader")
return
}