mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
33797b120e
commit
b57661a097
3 changed files with 4 additions and 8 deletions
|
@ -142,7 +142,7 @@ func (mod *HIDRecon) doInjection() {
|
|||
}
|
||||
if cmd.Sleep > 0 {
|
||||
mod.Debug("sleeping %dms after command #%d ...", cmd.Sleep, i)
|
||||
time.Sleep(time.Duration(cmd.Sleep)*time.Millisecond)
|
||||
time.Sleep(time.Duration(cmd.Sleep) * time.Millisecond)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue