diff --git a/py/Airodump.py b/py/Airodump.py index 31deb2a..599a30e 100644 --- a/py/Airodump.py +++ b/py/Airodump.py @@ -58,7 +58,8 @@ class Airodump(object): 'airodump-ng', self.interface, '-a', # Only show associated clients - '-w', self.csv_file_prefix # Output file prefix + '-w', self.csv_file_prefix, # Output file prefix + '--write-interval', '1' # Write every second ] if self.channel: command.extend(['-c', str(self.channel)])