Update system.py

doh
This commit is contained in:
SpudGunMan
2025-10-24 13:05:40 -07:00
parent 882bcf3f4b
commit bd12392d69

View File

@@ -150,7 +150,7 @@ if dad_jokes_enabled:
# Wikipedia Search Configuration
if wikipedia_enabled:
from modules.wiki import * # from the spudgunman/meshing-around repo
trap_list = trap_list + ("wiki")
trap_list = trap_list + ("wiki",)
help_message = help_message + ", wiki"
# RSS Feed Configuration