From 27f9d04538e9163f6590c50bdf3f951d02887e45 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 28 Nov 2024 23:02:16 -0800 Subject: [PATCH] Update system.py --- modules/system.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.py b/modules/system.py index 29a9cfa..d6271fb 100644 --- a/modules/system.py +++ b/modules/system.py @@ -6,6 +6,7 @@ import meshtastic.tcp_interface import meshtastic.ble_interface import time import asyncio +import random import contextlib # for suppressing output on watchdog import io # for suppressing output on watchdog from modules.log import *