Avatar downloader update
This commit is contained in:
@ -110,6 +110,7 @@ func StartWorkers(queue chan *arn.User, work func(*arn.User)) {
|
|||||||
go func() {
|
go func() {
|
||||||
for user := range queue {
|
for user := range queue {
|
||||||
work(user)
|
work(user)
|
||||||
|
wg.Done()
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user