Update system.py

This commit is contained in:
SpudGunMan
2025-10-27 21:59:57 -07:00
parent 0b1d626f09
commit 40f4de02d9
+1 -1
View File
@@ -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"