diff --git a/libraries/rssTools.py b/libraries/rssTools.py index 5fea43425..6be20c4e1 100644 --- a/libraries/rssTools.py +++ b/libraries/rssTools.py @@ -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