BUGFIX : syntax error
[wifihood] / 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" )