X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=wifimap%2Freplay.py;h=1e8b594eb92cfbfe663dba01daf807da4faf2757;hb=c7d771fae79171ae108e2b63ae330c5c93f37551;hp=88a7e56bddcabfb3d82ed5b5fe8e67cd9beb177e;hpb=3877c0f39701a61002cf3b69d76398dac1c162cf;p=wifihood diff --git a/wifimap/replay.py b/wifimap/replay.py index 88a7e56..1e8b594 100644 --- a/wifimap/replay.py +++ b/wifimap/replay.py @@ -13,7 +13,7 @@ class ReplayScanner ( gobject.GObject ) : def __init__ ( self ) : gobject.GObject.__init__( self ) self.scan_timeout = 0 - self.db = db.database( os.path.join( conf.homedir , "wifireplay.db" ) + self.db = db.database( os.path.join( conf.homedir , "wifireplay.db" ) ) # Values specific to replaying self._file = os.path.join( conf.homedir , "wiscan_gui.info" )