mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
balls
This commit is contained in:
parent
22760e12b2
commit
e53876f120
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -42,7 +42,7 @@ func main() {
|
|||
sess.Register(modules.NewWOL(sess))
|
||||
|
||||
if err = sess.Start(); err != nil {
|
||||
log.Fatal("%", err)
|
||||
log.Fatal("%s", err)
|
||||
}
|
||||
defer sess.Close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue