mirror of
https://github.com/bettercap/bettercap
synced 2025-07-11 07:37:00 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
d5fb7b6754
commit
3c506b7809
6 changed files with 9 additions and 10 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
func (mod *Module) generateJSONGraph(bssid string) error {
|
||||
mod.wLock.Lock()
|
||||
defer mod.wLock.Unlock()
|
||||
|
||||
|
||||
start := time.Now()
|
||||
if err := mod.updateSettings(); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue