Skip to content

Commit

Permalink
missed passing SoftMode to listener
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Apr 24, 2024
1 parent 73f44bf commit a320599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ func execute(ctx context.Context, opts options) error {
TestingIDs: opts.TestingIDs,
Locator: locator,
TrainingMode: opts.Training,
SoftBanMode: opts.SoftBan,
DisableAdminSpamForward: opts.DisableAdminSpamForward,
Dry: opts.Dry,
}
Expand Down

0 comments on commit a320599

Please sign in to comment.