Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Aug 22, 2022
1 parent 2599fb5 commit 18bed65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wrapper/ogame.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func NewNoLogin(username, password, otpSecret, bearerToken, universe, lang, cook
}

factory := func() *Prioritize { return &Prioritize{bot: b} }
b.taskRunnerInst = taskRunner.NewTaskRunner(b.ctx, factory)
b.taskRunnerInst = taskRunner.NewTaskRunner(context.Background(), factory)

b.wsCallbacks = make(map[string]func([]byte))

Expand Down

0 comments on commit 18bed65

Please sign in to comment.