From bd12392d69844381b095224dd2f669c32e5398d2 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 24 Oct 2025 13:05:40 -0700 Subject: [PATCH] Update system.py doh --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 26ad604..a07c0bf 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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