Skip to content

Commit

Permalink
xz
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Jan 25, 2025
1 parent 56bbad1 commit 5e7ca58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/scraper/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func ScrapeRemote(i *InstaData) error {

select {
case inChan <- remoteRes:
default:
case <-time.After(time.Second):
return errors.New("remote scraper is not running")
}

Expand Down

0 comments on commit 5e7ca58

Please sign in to comment.