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