mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: net.recon module is now enabled by default
This commit is contained in:
parent
b956d644a9
commit
9a0f85b8bd
16 changed files with 4 additions and 21 deletions
|
@ -82,7 +82,7 @@ func (t *Ticker) Start() error {
|
|||
|
||||
t.SetRunning(true)
|
||||
go func() {
|
||||
log.Info("Ticker running with period %ds.", t.Period)
|
||||
log.Info("Ticker running with period %ds.", t.Period.Seconds())
|
||||
tick := time.Tick(t.Period)
|
||||
for _ = range tick {
|
||||
if t.Running() == false {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue