Skip to content

Commit 27f2cd2

Browse files
Merge pull request #17 from WorldObservationLog/dev
fix: the ready value is incorrect when there is no account
2 parents 06e3b82 + 3cf89c4 commit 27f2cd2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,9 @@ func main() {
508508
for _, inst := range instancesInFile {
509509
go WrapperStart(inst.Id)
510510
}
511+
} else {
512+
ShouldStartInstances = 0
513+
Ready = true
511514
}
512515

513516
log.Printf("wrapperManager running at %s:%d", *host, *port)

0 commit comments

Comments
 (0)