From: javiplx Date: Tue, 3 May 2011 09:10:45 +0000 (+0000) Subject: BUGFIX : syntax error X-Git-Tag: hildon-wrapped~41 X-Git-Url: http://vcs.maemo.org/git/?p=wifihood;a=commitdiff_plain;h=f10a9c544247ef68c7d85ef64e01a8b40dd82fd6 BUGFIX : syntax error git-svn-id: file:///svnroot/wifihood/trunk@111 c51dfc6a-5949-4919-9c8e-f207a149c383 --- diff --git a/wifiscanner/wifimap/replay.py b/wifiscanner/wifimap/replay.py index 88a7e56..1e8b594 100644 --- a/wifiscanner/wifimap/replay.py +++ b/wifiscanner/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" )