Implement honouring the logwritting configuration flag
[wifihood] / wifiscanner / wifimap / replay.py
index 0130e60..2db65cf 100644 (file)
@@ -37,7 +37,7 @@ class ReplayScanner ( gobject.GObject ) :
         self.newaps = False
         self.aps = {}
 
-    def start ( self , timeout=5000 ) :
+    def start ( self , timeout=5000 , writelog=False ) :
         self.scan_timeout = timeout
         self.db.open()
         self._fd = open( self._file )