mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
refact: refactored module status checks in Configure methods for consistency
This commit is contained in:
parent
a8e6b497a3
commit
1e7d99433e
13 changed files with 52 additions and 53 deletions
|
@ -125,7 +125,6 @@ func (s *EventsStream) Configure() error {
|
|||
|
||||
func (s *EventsStream) Start() error {
|
||||
return s.SetRunning(true, func() {
|
||||
|
||||
s.eventListener = s.Session.Events.Listen()
|
||||
for {
|
||||
var e session.Event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue