Updated file name, and updated call to main program

This commit is contained in:
2026-05-15 15:50:07 -04:00
parent 89c53041e0
commit 957c1fc6fc
+1 -1
View File
@@ -114,7 +114,7 @@ searx_network.stream = mock_stream
searx_network.get = mock_get
sys.modules["searx.network"] = searx_network
from ai_answers import SXNGPlugin
from ollama_answers import SXNGPlugin
from flask_babel import Babel
app = Flask(__name__)