Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
SkypLabs committed Mar 19, 2023
1 parent 4acfffd commit 80a768c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/probequest/sniffers/fake_probe_request_sniffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def __init__(self, period, period2=0, name=None):
self.logger.info("Fake probe request sniffer initialised")

def generate(self):
# Fix a false positive about not finding '_wake_up'.

while self.RUN:
# Infinite loop until 'stop()' is called.
for fake_probe_req in self.fake_probe_requests:
Expand Down

0 comments on commit 80a768c

Please sign in to comment.