diff --git a/modules/system.py b/modules/system.py index 47971fa..895832d 100644 --- a/modules/system.py +++ b/modules/system.py @@ -147,7 +147,7 @@ if dxspotter_enabled: help_message = help_message + ", dx" # Wikipedia Search Configuration -if wikipedia_enabled: +if wikipedia_enabled or use_kiwix_server: from modules.wiki import * # from the spudgunman/meshing-around repo trap_list = trap_list + ("wiki",) help_message = help_message + ", wiki"