mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
Merge branch 'master' of github.com:evilsocket/bettercap-ng
This commit is contained in:
commit
e479a4747a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ func (t *Ticker) Start() error {
|
|||
|
||||
t.SetRunning(true)
|
||||
go func() {
|
||||
log.Info("Ticker running with period %ds.", t.Period.Seconds())
|
||||
log.Info("Ticker running with period %.fs.", 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