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