This commit is contained in:
TJ Horner 2019-03-29 11:44:47 -07:00
parent dbcddc7b9e
commit d6d942a7d5
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ func work(wn int, state *workState, wc chan *e621.Post) {
state.Successes++
}
// Signal to main goroutine that we are done with this download
wc <- nil
}
}