mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
Don't start websocket in weserver mode
This commit is contained in:
parent
225a740cc9
commit
100de61ab2
|
@ -873,7 +873,8 @@ export function createBotSubStore(botId: string, botName: string) {
|
|||
if (
|
||||
this.websocketStarted === true ||
|
||||
this.botStatusAvailable === false ||
|
||||
this.botApiVersion < 2.2
|
||||
this.botApiVersion < 2.2 ||
|
||||
this.isWebserverMode === true
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user