fixed an issue with rssTools

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@858 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-12-13 14:09:59 +00:00
parent 054b3a28a9
commit f0a8749553
+3 -4
View File
@@ -44,11 +44,10 @@ class rssFeed:
if os.path.isfile(self.file):
try:
self.xmldoc = minidom.parse(self.file)
except xml.parsers.expat.ExpatError:
print "DEBUG: RSS broken, recreating in 5 seconds."
print time.sleep(5)
except:
#print "DEBUG: RSS broken, recreating in 5 seconds."
#time.sleep(5)
broken = True
if not os.path.isfile(self.file) or broken:
self.title = feed_title