From caa3cf245186ab0f6fb33e63a7dd838d834da12e Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 12 Mar 2026 13:56:30 -0700 Subject: refactor: move to common NewsSource interface cleanup imports by defining initaliazers modules and decorator remove legacy scrapers remove single factory for sega games (sites don't change that much) --- community/wacca_plus/wacca_plus.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'community/wacca_plus/wacca_plus.py') diff --git a/community/wacca_plus/wacca_plus.py b/community/wacca_plus/wacca_plus.py index 666a243..c15bbf7 100644 --- a/community/wacca_plus/wacca_plus.py +++ b/community/wacca_plus/wacca_plus.py @@ -6,8 +6,6 @@ import os import time import openai import json -import sys -sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "../../"))) from summarizer import generate_headline_and_content_from_images -- cgit v1.2.3