bitwarden

This commit is contained in:
jaydee
2024-11-20 20:06:47 +01:00
parent df5004982d
commit a281768e41

View File

@@ -18,11 +18,12 @@ import getopt
import random import random
import requests import requests
try:
with open("/etc/mqtt_srv/mqtt_srv.cfg") as json_file: with open("/etc/mqtt_srv/mqtt_srv.cfg") as json_file:
config = json.load(json_file) config = json.load(json_file)
print(config) print(config)
except:
config = {}
#import psutil #import psutil
stats = {} stats = {}