mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-03-05 20:51:53 -08:00
added psutil library
This commit is contained in:
parent
c872e36555
commit
b739a1e727
|
@ -1,6 +1,7 @@
|
|||
import logging
|
||||
import random
|
||||
import time
|
||||
import psutil
|
||||
|
||||
from config_init import initialize_config
|
||||
from db_operations import (
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
meshtastic
|
||||
pypubsub
|
||||
psutil
|
Loading…
Reference in a new issue