Disable RSS adapter from ENABLED_SOURCES (back to 5 approved sources); keep code for future use

This commit is contained in:
Epictetus
2026-07-08 18:03:37 +00:00
parent a1fafb5f46
commit 7ee1af3d7b
+1 -1
View File
@@ -37,7 +37,7 @@ ADAPTERS = {
}
# Default enabled sources
ENABLED_SOURCES = ["github", "arxiv", "reddit", "hackernews", "huggingface", "rss"]
ENABLED_SOURCES = ["github", "arxiv", "reddit", "hackernews", "huggingface"]
def init_db(db_path: str, schema_path: str) -> sqlite3.Connection: