From b739a1e7278d788406308a5e0cabfc2aac779179 Mon Sep 17 00:00:00 2001 From: Blergo Date: Tue, 2 Jul 2024 11:25:15 +0100 Subject: [PATCH] added psutil library --- command_handlers.py | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/command_handlers.py b/command_handlers.py index d24f88f..25c440e 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -1,6 +1,7 @@ import logging import random import time +import psutil from config_init import initialize_config from db_operations import ( diff --git a/requirements.txt b/requirements.txt index d51a371..5930f60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ meshtastic pypubsub +psutil \ No newline at end of file