Skip to content

Commit

Permalink
πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdhs committed Jan 27, 2021
1 parent 0b66023 commit a836c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download/auto.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func (r *randurls) fail(typee string) string {
i := v.(int)
i--
if i <= 0 {
r.typeweight.Delete(typee)
r.typeweight.Store(typee, 0)
} else {
r.typeweight.Store(typee, i)
}
Expand Down

0 comments on commit a836c54

Please sign in to comment.