Skip to content

Commit

Permalink
mixcloudbee: add a wait before first run
Browse files Browse the repository at this point in the history
  • Loading branch information
Horrendus committed Oct 10, 2018
1 parent 9923246 commit 2e5525b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bees/mixcloudbee/mixcloudbee.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ func (mod *MixcloudBee) pollFeed(feed string) {
// Run executes the Bee's event loop.
func (mod *MixcloudBee) Run(cin chan bees.Event) {
mod.eventChan = cin
mod.Logln("Mixcloudbee starting to run")

time.Sleep(10 * time.Second)
mod.pollFeed(mod.feed)
}

Expand Down

0 comments on commit 2e5525b

Please sign in to comment.