Author: dmeyer
Date: Wed Apr 18 17:45:26 2007
New Revision: 2637

Modified:
   trunk/beacon/src/server/monitor.py

Log:
fix initial scan logic

Modified: trunk/beacon/src/server/monitor.py
==============================================================================
--- trunk/beacon/src/server/monitor.py  (original)
+++ trunk/beacon/src/server/monitor.py  Wed Apr 18 17:45:26 2007
@@ -236,11 +236,10 @@
             self.notify_client('progress', pos+1, len(changed), item.url)
             parser.parse(self._db, item)
             yield YieldContinue
-            if not self._checking:
+            if not self._running:
                 break
 
         self._db.commit()
-        self.stop()
 
         # The client will update its query on this signal, so it should
         # be safe to do the same here. *cross*fingers*

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to