X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=wifimap%2Freplay.py;fp=wifimap%2Freplay.py;h=6bf7c868dc705f6677b5bc1e17982991a980487b;hb=baac136719f7625a9d62241263db41c79cfd419c;hp=1e8b594eb92cfbfe663dba01daf807da4faf2757;hpb=c7d771fae79171ae108e2b63ae330c5c93f37551;p=wifihood diff --git a/wifimap/replay.py b/wifimap/replay.py index 1e8b594..6bf7c86 100644 --- a/wifimap/replay.py +++ b/wifimap/replay.py @@ -10,7 +10,7 @@ conf = config.Configuration() class ReplayScanner ( gobject.GObject ) : - def __init__ ( self ) : + def __init__ ( self , ifname="wlan0" ) : gobject.GObject.__init__( self ) self.scan_timeout = 0 self.db = db.database( os.path.join( conf.homedir , "wifireplay.db" ) )