master
Edzel 2021-09-12 22:06:24 +02:00 committed by GitHub
parent c609ac8358
commit c4e0ee9f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
run.go
View File

@ -63,7 +63,7 @@ func Run() {
}
}
clts := l.clients()
clts := Clts()
var wg sync.WaitGroup
wg.Add(len(clts))