mirror of
https://github.com/zoriya/Autopipe.git
synced 2025-12-06 02:56:09 +00:00
Oups
This commit is contained in:
@@ -19,8 +19,6 @@ class RssInput(Input):
|
||||
return "Rss"
|
||||
|
||||
def generate(self) -> Generator[APData, None, None]:
|
||||
setattr(logging, "trace", lambda msg, *args, **kwargs: True)
|
||||
|
||||
logging.debug(f"Pulling the rss feed at {self.url}, last etag: {self.last_etag}, modif: {self.last_modified}")
|
||||
feed = feedparser.parse(self.url, etag=self.last_etag, modified=self.last_modified)
|
||||
if feed.status != 304:
|
||||
|
||||
Reference in New Issue
Block a user