Disable RSS adapter from ENABLED_SOURCES (back to 5 approved sources); keep code for future use
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user