From 77a6e63210d20ea373e5f15f3e349b5c9a3f79ce Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 27 Sep 2024 17:39:55 -0700 Subject: [PATCH] howRandom --- mesh_bot.py | 1 + modules/system.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index f60b8ef..c3b7128 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -4,6 +4,7 @@ import asyncio import time # for sleep, get some when you can :) +import random from pubsub import pub # pip install pubsub from modules.log import * from modules.system import * diff --git a/modules/system.py b/modules/system.py index dbfd19b..aafbc22 100644 --- a/modules/system.py +++ b/modules/system.py @@ -129,7 +129,6 @@ if games_enabled is True: if lemonade_enabled: gamesCmdList += "LemonStand, " if gTnW_enabled: - import random trap_list = trap_list + ("globalthermonuclearwar",) if blackjack_enabled: gamesCmdList += "BlackJack, "