BUGFIX : syntax error
authorjaviplx <javiplx@gmail.com>
Tue, 3 May 2011 09:10:45 +0000 (09:10 +0000)
committerjaviplx <javiplx@gmail.com>
Tue, 3 May 2011 09:10:45 +0000 (09:10 +0000)
git-svn-id: file:///svnroot/wifihood/trunk@111 c51dfc6a-5949-4919-9c8e-f207a149c383

wifiscanner/wifimap/replay.py

index 88a7e56..1e8b594 100644 (file)
@@ -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" )