change: rss_item key

This commit is contained in:
EstrellaXD
2023-08-13 15:02:57 +08:00
parent 95ff5d50c9
commit cf3df1da75
7 changed files with 12 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ class RSSThread(ProgramStatus):
while not self.stop_event.is_set():
with DownloadClient() as client, RSSEngine() as engine:
# Analyse RSS
rss_list = engine.rss.search_combine()
rss_list = engine.rss.search_aggregate()
for rss in rss_list:
self.analyser.rss_to_data(rss, engine)
# Run RSS Engine