fix(connectors): incorrect registry location

Registry paths were using the incorrect connector path locations.
This commit is contained in:
2026-03-10 18:18:42 +00:00
parent 2a8d7c7972
commit 5ccb2e73cd
5 changed files with 16 additions and 10 deletions

View File

@@ -10,9 +10,11 @@ from server.connectors.base import BaseConnector
logger = logging.getLogger(__name__)
class RedditAPI(BaseConnector):
source_name = "reddit"
display_name = "Reddit"
def __init__(self):
self.url = "https://www.reddit.com/"
self.source_name = "Reddit"
# Public Methods #
def get_new_posts_by_search(self,