From 40f4de02d9d098c6d89d2aee562f6e90b7020e68 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 27 Oct 2025 21:59:57 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 895832d..6162ed5 100644 --- a/modules/system.py +++ b/modules/system.py @@ -148,7 +148,7 @@ if dxspotter_enabled: # Wikipedia Search Configuration if wikipedia_enabled or use_kiwix_server: - from modules.wiki import * # from the spudgunman/meshing-around repo + from modules.wiki import get_wikipedia_summary, get_kiwix_summary, get_wikipedia_summary trap_list = trap_list + ("wiki",) help_message = help_message + ", wiki"