mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-09 10:22:54 +02:00
Update report_generator5.py
This commit is contained in:
@@ -272,6 +272,7 @@ def get_system_info():
|
||||
pass
|
||||
# get Meshtastic CLI version on local
|
||||
try:
|
||||
cli_local = "N/A"
|
||||
if "importlib.metadata" in sys.modules:
|
||||
cli_local = version("meshtastic")
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user