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 logging
|
||||||
import random
|
import random
|
||||||
import time
|
import time
|
||||||
|
import psutil
|
||||||
|
|
||||||
from config_init import initialize_config
|
from config_init import initialize_config
|
||||||
from db_operations import (
|
from db_operations import (
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
meshtastic
|
meshtastic
|
||||||
pypubsub
|
pypubsub
|
||||||
|
psutil
|
Loading…
Reference in a new issue