...
This commit is contained in:
@@ -37,6 +37,7 @@ import model.AppConfig
|
||||
import model.KisSession
|
||||
import network.DartCodeManager
|
||||
import network.KisTradeService
|
||||
import network.KisWebSocketManager
|
||||
import service.LlamaServerManager
|
||||
import network.NewsService
|
||||
import org.jetbrains.exposed.sql.selectAll
|
||||
@@ -147,6 +148,7 @@ fun main() = application {
|
||||
AutoTradingManager.isSystemCleanedUpToday = false
|
||||
CoroutineScope(Dispatchers.Default).launch {
|
||||
AutoTradingManager.startAutoDiscoveryLoop()
|
||||
KisWebSocketManager.onExecutionReceived = AutoTradingManager.onExecutionReceived
|
||||
}
|
||||
|
||||
if (config.modelPath.isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user